diff options
Diffstat (limited to 'includes/xmlrpcs.inc')
-rw-r--r-- | includes/xmlrpcs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc index 61cda515e..ea0858276 100644 --- a/includes/xmlrpcs.inc +++ b/includes/xmlrpcs.inc @@ -235,7 +235,7 @@ function xmlrpc_server_multicall($methodcalls) { ); } else { - $return[] = $result; + $return[] = array($result); } } return $return; |