summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index cdf3f227d..767ca101f 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -438,7 +438,7 @@ function xmlrpc_base64_get_xml($xmlrpc_base64) {
* returned by the method called, or an xmlrpc_error object if the call
* failed. See xmlrpc_error().
*/
-function _xmlrpc() {
+function xmlrpc() {
$args = func_get_args();
$url = array_shift($args);
if (is_array($args[0])) {