From a1e08d9353e60d7a1093ea1cf1afc507870078d9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 13 Dec 2009 13:06:45 +0000 Subject: - Patch #656266 by fgm: fixed the hook and added documentation. --- xmlrpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlrpc.php') 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); -- cgit v1.2.3