remove more groupnav
This commit is contained in:
parent
e0f7cf6a6c
commit
8287f27a95
@ -457,10 +457,4 @@ class GrouplogoAction extends GroupAction
|
||||
|
||||
$this->autofocus('avatarfile');
|
||||
}
|
||||
|
||||
function showObjectNav()
|
||||
{
|
||||
$nav = new GroupNav($this, $this->group);
|
||||
$nav->show();
|
||||
}
|
||||
}
|
||||
|
@ -132,12 +132,6 @@ class GroupqueueAction extends GroupAction
|
||||
_('A list of users awaiting approval to join this group.'));
|
||||
}
|
||||
|
||||
function showObjectNav()
|
||||
{
|
||||
$nav = new GroupNav($this, $this->group);
|
||||
$nav->show();
|
||||
}
|
||||
|
||||
function showContent()
|
||||
{
|
||||
$offset = ($this->page-1) * PROFILES_PER_PAGE;
|
||||
|
Loading…
Reference in New Issue
Block a user