summaryrefslogtreecommitdiff
path: root/includes/xmlrpcs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmlrpcs.inc')
-rw-r--r--includes/xmlrpcs.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc
index 35acdeb95..e6851a30b 100644
--- a/includes/xmlrpcs.inc
+++ b/includes/xmlrpcs.inc
@@ -283,7 +283,8 @@ function xmlrpc_server_method_signature($xmlrpc_server, $methodname) {
return $return;
}
-function xmlrpc_server_method_help($xmlrpc_server, $method) {
+function xmlrpc_server_method_help($method) {
+ $xmlrpc_server = xmlrpc_server_get();
return $xmlrpc_server->help[$method];
}