show defaultlocalnav in groupmembers

This commit is contained in:
Evan Prodromou 2011-03-01 16:17:42 -05:00
parent 0c877860b5
commit f29274cd0d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class GroupmembersAction extends GroupDesignAction
_('A list of the users in this group.'));
}
function showLocalNav()
function showObjectNav()
{
$nav = new GroupNav($this, $this->group);
$nav->show();