summaryrefslogtreecommitdiff
path: root/inc/remote.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-02-05 12:33:35 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-02-05 12:33:35 +0100
commit750a55de568a82aaa40ca384a17a64804e94f2b9 (patch)
tree3c72ed2983995f460bad359601c9b15b15d74e29 /inc/remote.php
parent2d74814f032eb77d6ed604f6328edfc229446c3b (diff)
downloadrpg-750a55de568a82aaa40ca384a17a64804e94f2b9.tar.gz
rpg-750a55de568a82aaa40ca384a17a64804e94f2b9.tar.bz2
corrected comment
Diffstat (limited to 'inc/remote.php')
-rw-r--r--inc/remote.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/remote.php b/inc/remote.php
index 0a507e95d..82a0d3c08 100644
--- a/inc/remote.php
+++ b/inc/remote.php
@@ -23,7 +23,8 @@ class RemoteAccessDeniedException extends RemoteException {}
* )
* 'name' => 'method name in class',
* 'return' => 'type',
-* ['doc' = 'method documentation'],
+ * 'public' => 1/0 - method bypass default group check (used by login)
+ * ['doc' = 'method documentation'],
* )
* )
*