show default local nav in group edit

This commit is contained in:
Evan Prodromou 2011-03-01 16:10:40 -05:00
parent 737eb371f8
commit 4561caec10
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class EditgroupAction extends GroupDesignAction
$this->showPage();
}
function showLocalNav()
function showObjectNav()
{
$nav = new GroupNav($this, $this->group);
$nav->show();