object menu on showgroup

This commit is contained in:
Evan Prodromou 2011-03-01 16:22:19 -05:00
parent 374253f0f7
commit a1a0382d26
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class ShowgroupAction extends GroupDesignAction
* *
* @return void * @return void
*/ */
function showLocalNav() function showObjectNav()
{ {
$nav = new GroupNav($this, $this->group); $nav = new GroupNav($this, $this->group);
$nav->show(); $nav->show();