summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index 69430d803..b99f6c651 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -1,9 +1,9 @@
<?php
// $Id$
-include_once "includes/xmlrpcs.inc";
include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
+include_once "includes/xmlrpcs.inc";
$functions = module_invoke_all("xmlrpc");