Wrong msg() for public page

This commit is contained in:
Simon DELAGE 2014-09-10 17:47:18 +02:00
parent a1f5a381b5
commit fcd9d37c9a

View file

@ -116,7 +116,7 @@ class action_plugin_userhomepage extends DokuWiki_Action_Plugin{
lock($this->public_page);
saveWikiText($this->public_page,$this->applyTemplate('public'),'Automatically created');
unlock($this->public_page);
msg('Created your public page ('.$this->private_page.')', 2);
msg('Created your public page ('.$this->public_page.')', 0);
// Note that we created public page
$created['public'] = true;
}