summaryrefslogtreecommitdiff
path: root/inc/RemoteAPICore.php
diff options
context:
space:
mode:
authorDominik Eckelmann <deckelmann@gmail.com>2012-04-07 23:48:50 +0200
committerDominik Eckelmann <deckelmann@gmail.com>2012-04-07 23:48:50 +0200
commitdff141b700f9bfb9fc280d686c600b8bd4490da4 (patch)
treec2b3fdc59d3c648b2ef7c0504efa928906f73f54 /inc/RemoteAPICore.php
parent3d133acaf19debc2c37ef376c819abcb7ee7f939 (diff)
parentb7c3da9b00f3e44c08c89666e04f2d4de177c134 (diff)
downloadrpg-dff141b700f9bfb9fc280d686c600b8bd4490da4.tar.gz
rpg-dff141b700f9bfb9fc280d686c600b8bd4490da4.tar.bz2
Merge branch 'master' into phpunit
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r--inc/RemoteAPICore.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index d8d4d5b7b..546832100 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -44,7 +44,8 @@ class RemoteAPICore {
), 'dokuwiki.getTitle' => array(
'args' => array(),
'return' => 'string',
- 'doc' => 'Returns the wiki title.'
+ 'doc' => 'Returns the wiki title.',
+ 'public' => '1'
), 'dokuwiki.appendPage' => array(
'args' => array('string', 'string', 'array'),
'return' => 'int',