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

View File

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