subscriber actions show the profile menu in object area

This commit is contained in:
Evan Prodromou 2011-03-01 15:54:32 -05:00
parent 0e1a221423
commit 805d14577d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class GalleryAction extends OwnerDesignAction
$this->showPage();
}
function showLocalNav()
function showObjectNav()
{
$nav = new SubGroupNav($this, $this->user);
$nav->show();