summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index a9fd0c9d7..7b52d5166 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -1,12 +1,12 @@
<?php
// $Id$
-include_once "includes/bootstrap.inc";
-include_once "includes/common.inc";
+include_once 'includes/bootstrap.inc';
+include_once 'includes/common.inc';
include_once 'includes/xmlrpc.inc';
-include_once "includes/xmlrpcs.inc";
+include_once 'includes/xmlrpcs.inc';
-$functions = module_invoke_all("xmlrpc");
+$functions = module_invoke_all('xmlrpc');
$server = new xmlrpc_server($functions);