Trying to get Button ;)

This commit is contained in:
Simon DELAGE 2014-09-07 18:47:36 +02:00
parent 1842825773
commit c9c0f489ec

View file

@ -55,7 +55,7 @@ class helper_plugin_userhomepage extends DokuWiki_Plugin {
global $INFO;
global $lang;
if ($type == "private") {
echo '<form class="button btn_show" method="post" action="doku.php?id='.$this->private_page.'"><input class="button" type="submit" value="'.$this->getLang('privatenamespace').'"/></form>';
echo '<form class="button btn_show" method="post" action="doku.php?id='.$this->getPrivateID().'"><input class="button" type="submit" value="'.$this->getLang('privatenamespace').'"/></form>';
}
}