diff --git a/action.php b/action.php index 8aed709..5787eff 100644 --- a/action.php +++ b/action.php @@ -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; }