diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2012-01-08 15:56:24 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2012-01-08 15:56:24 +0100 |
commit | 27bf90be7901fc8002eb1f253df9785610d586f1 (patch) | |
tree | 4e237d8d9f03d088868ae4af19f0fe3357012738 /inc/RemoteAPICore.php | |
parent | 4beb39ea51a46409ab3abd4a1b880bf5d3d5dc4a (diff) | |
download | rpg-27bf90be7901fc8002eb1f253df9785610d586f1.tar.gz rpg-27bf90be7901fc8002eb1f253df9785610d586f1.tar.bz2 |
set login as public method
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r-- | inc/RemoteAPICore.php | 3 |
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', |