Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MDL-12886 refactored function return full external function info and improved reporti...
[moodle.git]
/
webservice
/
xmlrpc
/
locallib.php
diff --git
a/webservice/xmlrpc/locallib.php
b/webservice/xmlrpc/locallib.php
index
38afe3b
..
75f8c9e
100644
(file)
--- a/
webservice/xmlrpc/locallib.php
+++ b/
webservice/xmlrpc/locallib.php
@@
-37,7
+37,5
@@
class webservice_xmlrpc_server extends webservice_zend_server {
parent::__construct('Zend_XmlRpc_Server');
$this->wsname = 'xmlrpc';
}
parent::__construct('Zend_XmlRpc_Server');
$this->wsname = 'xmlrpc';
}
-
-
}
}