From 884c3d06d243b961ef5e7d7d47ceac78996918e6 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 7 Mar 2011 15:11:38 -0500 Subject: [PATCH] mailboxes were wrongly overriding global menu --- lib/mailbox.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/mailbox.php b/lib/mailbox.php index cb56eb5904..e9e4f78c6b 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -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);