object menu for user profile

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

View File

@ -104,7 +104,7 @@ class ShowstreamAction extends ProfileAction
$this->showNotices();
}
function showLocalNav()
function showObjectNav()
{
$nav = new SubGroupNav($this, $this->user);
$nav->show();