summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-13 13:06:45 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-13 13:06:45 +0000
commita1e08d9353e60d7a1093ea1cf1afc507870078d9 (patch)
tree864757b706e4264b83412d4a1954c2bb08025c48 /xmlrpc.php
parentab6f592cd72b0ed0b33a962985004d19969da479 (diff)
downloadbrdo-a1e08d9353e60d7a1093ea1cf1afc507870078d9.tar.gz
brdo-a1e08d9353e60d7a1093ea1cf1afc507870078d9.tar.bz2
- Patch #656266 by fgm: fixed the hook and added documentation.
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);