diff options
Diffstat (limited to 'xmlrpc.php')
-rw-r--r-- | xmlrpc.php | 1 |
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"); |