summaryrefslogtreecommitdiff
path: root/inc/remote.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/remote.php')
-rw-r--r--inc/remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/remote.php b/inc/remote.php
index fb095f517..b4cc8e6cc 100644
--- a/inc/remote.php
+++ b/inc/remote.php
@@ -158,7 +158,7 @@ class RemoteAPI {
*/
public function forceAccess() {
if (!$this->hasAccess()) {
- throw new RemoteAccessDeniedException('server error. not authorized to call method', -32603);
+ throw new RemoteAccessDeniedException('server error. not authorized to call method', -32604);
}
}