]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
mailboxes were wrongly overriding global menu
authorEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 20:11:38 +0000 (15:11 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 20:11:38 +0000 (15:11 -0500)
lib/mailbox.php

index cb56eb5904932a47c8c0b9b52582bc5741b881b3..e9e4f78c6b07091486a1c95b7eec4720a2d6d380 100644 (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);