summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/xmlrpc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/xmlrpc.inc b/etc/inc/xmlrpc.inc
index 72a368e..d190a05 100644
--- a/etc/inc/xmlrpc.inc
+++ b/etc/inc/xmlrpc.inc
@@ -117,7 +117,7 @@ function xmlrpc_auth(&$params) {
if (authenticate_user("admin", $params[0], $authcfg) ||
authenticate_user("admin", $params[0])) {
array_shift($params);
- unset($params['0']);
+ unset($params['xmlrpcauth']);
return true;
} else if (authenticate_user("admin", $params['xmlrpcauth'], $authcfg) ||
authenticate_user("admin", $params['xmlrpcauth'])) {
@@ -127,7 +127,7 @@ function xmlrpc_auth(&$params) {
}
} else if (authenticate_user("admin", $params[0])) {
array_shift($params);
- unset($params['0']);
+ unset($params['xmlrpcauth']);
return true;
} else if (authenticate_user("admin", $params['xmlrpcauth'])) {
array_shift($params);
OpenPOWER on IntegriCloud