summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-08-04 20:36:24 +0000
committerDries Buytaert <dries@buytaert.net>2004-08-04 20:36:24 +0000
commita52cf8297aa8c012065a4cb4e3f6a6ee3e258fc1 (patch)
tree16302365a954821f1e7c5d8a4c227f6bf629d0a2 /xmlrpc.php
parentb382692acb61087e1f06167da280dcf98bde10d9 (diff)
downloadbrdo-a52cf8297aa8c012065a4cb4e3f6a6ee3e258fc1.tar.gz
brdo-a52cf8297aa8c012065a4cb4e3f6a6ee3e258fc1.tar.bz2
- Patch #7458 by killes: conditionally include xmlrpc.inc.
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index b99f6c651..a9fd0c9d7 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -3,6 +3,7 @@
include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
+include_once 'includes/xmlrpc.inc';
include_once "includes/xmlrpcs.inc";
$functions = module_invoke_all("xmlrpc");