Show group local nav on group inbox
This commit is contained in:
parent
143cc4bdd0
commit
4a435e6670
@ -104,6 +104,12 @@ class GroupinboxAction extends GroupDesignAction
|
||||
return true;
|
||||
}
|
||||
|
||||
function showLocalNav()
|
||||
{
|
||||
$nav = new GroupNav($this, $this->group);
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showContent()
|
||||
{
|
||||
$gml = new GroupMessageList($this, $this->gm);
|
||||
|
Loading…
Reference in New Issue
Block a user