show defaultlocalnav in groupmembers

This commit is contained in:
Evan Prodromou 2011-03-01 16:17:42 -05:00
parent 0c877860b5
commit f29274cd0d

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();