summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index 11f6ab74f..d93055075 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -7,8 +7,7 @@
*/
include_once 'includes/bootstrap.inc';
-include_once 'includes/common.inc';
-include_once 'includes/xmlrpc.inc';
+drupal_bootstrap('full');
include_once 'includes/xmlrpcs.inc';
$functions = module_invoke_all('xmlrpc');