show defaultlocalnav in groupdesignsettings

This commit is contained in:
Evan Prodromou 2011-03-01 16:15:03 -05:00
parent 0850c66a21
commit 4903c92dce
1 changed files with 11 additions and 1 deletions

View File

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