diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index d8d4d5b7bab883cd7d48dc87ca37cdba4987155d..5468321008be99f7a156cd87d6778013307153fa 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',