mailboxes were wrongly overriding global menu

This commit is contained in:
Evan Prodromou 2011-03-07 15:11:38 -05:00
parent b7a8863b27
commit 884c3d06d2

View File

@ -92,12 +92,6 @@ class MailboxAction extends CurrentUserDesignAction
$this->showPage();
}
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
function showNoticeForm()
{
$message_form = new MessageForm($this);