summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-01-08 15:56:24 +0100
committerDominik Eckelmann <deckelmann@gmail.com>2012-01-08 15:56:24 +0100
commit27bf90be7901fc8002eb1f253df9785610d586f1 (patch)
tree4e237d8d9f03d088868ae4af19f0fe3357012738
parent4beb39ea51a46409ab3abd4a1b880bf5d3d5dc4a (diff)
downloadrpg-27bf90be7901fc8002eb1f253df9785610d586f1.tar.gz
rpg-27bf90be7901fc8002eb1f253df9785610d586f1.tar.bz2
set login as public method
-rw-r--r--inc/RemoteAPICore.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index 106ed598c..023fcb803 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -14,7 +14,8 @@ class RemoteAPICore {
'password' => 'string'
),
'return' => 'int',
- 'doc' => 'Tries to login with the given credentials and sets auth cookies.'
+ 'doc' => 'Tries to login with the given credentials and sets auth cookies.',
+ 'public' => '1'
), 'dokuwiki.getPagelist' => array(
'args' => array(
'namespace' => 'string',