MDL-12886 refactored function return full external function info and improved reporting of access control problems

This commit is contained in:
skodak 2009-10-20 22:30:18 +00:00
parent 472f56d926
commit 5593d2dc36
5 changed files with 103 additions and 101 deletions

View file

@ -37,7 +37,5 @@ class webservice_xmlrpc_server extends webservice_zend_server {
parent::__construct('Zend_XmlRpc_Server');
$this->wsname = 'xmlrpc';
}
}