show defaultlocalnav in groupdesignsettings

This commit is contained in:
Evan Prodromou 2011-03-01 16:15:03 -05:00
parent 0850c66a21
commit 4903c92dce

View File

@ -163,12 +163,22 @@ class GroupDesignSettingsAction extends DesignSettingsAction
* *
* @return nothing * @return nothing
*/ */
function showLocalNav() function showObjectNav()
{ {
$nav = new GroupNav($this, $this->group); $nav = new GroupNav($this, $this->group);
$nav->show(); $nav->show();
} }
/**
* Override to show default nav stuff
*
* @return nothing
*/
function showLocalNav()
{
Action::showLocalNav();
}
/** /**
* Get the design we want to edit * Get the design we want to edit
* *