diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-07 23:48:50 +0200 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-04-07 23:48:50 +0200 |
commit | dff141b700f9bfb9fc280d686c600b8bd4490da4 (patch) | |
tree | c2b3fdc59d3c648b2ef7c0504efa928906f73f54 /inc/IXR_Library.php | |
parent | 3d133acaf19debc2c37ef376c819abcb7ee7f939 (diff) | |
parent | b7c3da9b00f3e44c08c89666e04f2d4de177c134 (diff) | |
download | rpg-dff141b700f9bfb9fc280d686c600b8bd4490da4.tar.gz rpg-dff141b700f9bfb9fc280d686c600b8bd4490da4.tar.bz2 |
Merge branch 'master' into phpunit
Diffstat (limited to 'inc/IXR_Library.php')
-rw-r--r-- | inc/IXR_Library.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/IXR_Library.php b/inc/IXR_Library.php index d1e877813..979dc4d16 100644 --- a/inc/IXR_Library.php +++ b/inc/IXR_Library.php @@ -440,7 +440,7 @@ EOD; $method = $call['methodName']; $params = $call['params']; if ($method == 'system.multicall') { - $result = new IXR_Error(-32600, 'Recursive calls to system.multicall are forbidden'); + $result = new IXR_Error(-32800, 'Recursive calls to system.multicall are forbidden'); } else { $result = $this->call($method, $params); } |