forked from GNUsocial/gnu-social
mailboxes were wrongly overriding global menu
This commit is contained in:
parent
b7a8863b27
commit
884c3d06d2
@ -92,12 +92,6 @@ class MailboxAction extends CurrentUserDesignAction
|
|||||||
$this->showPage();
|
$this->showPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
function showLocalNav()
|
|
||||||
{
|
|
||||||
$nav = new PersonalGroupNav($this);
|
|
||||||
$nav->show();
|
|
||||||
}
|
|
||||||
|
|
||||||
function showNoticeForm()
|
function showNoticeForm()
|
||||||
{
|
{
|
||||||
$message_form = new MessageForm($this);
|
$message_form = new MessageForm($this);
|
||||||
|
Loading…
Reference in New Issue
Block a user