summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index fee29fd5e..5787f5b19 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -17,5 +17,5 @@ include_once DRUPAL_ROOT . '/includes/xmlrpc.inc';
include_once DRUPAL_ROOT . '/includes/xmlrpcs.inc';
$services = module_invoke_all('xmlrpc');
-drupal_alter('xmlrpc_alter', $services);
+drupal_alter('xmlrpc', $services);
xmlrpc_server($services);