From 6e3f46e33d8bcba4e852940d321c8f3741bcc5e5 Mon Sep 17 00:00:00 2001 From: Tim Roes <mail@timroes.de> Date: Thu, 5 Apr 2012 17:56:44 +0200 Subject: [PATCH] Make getTitle method in remote interface public --- inc/RemoteAPICore.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- GitLab