From 64a1c9e3761639c30e5fe33fed9d2cfde201e0bb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Mar 2011 16:23:19 -0500 Subject: [PATCH] object menu for user profile --- actions/showstream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/showstream.php b/actions/showstream.php index 0fd1c2c29f..afde49ecea 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -104,7 +104,7 @@ class ShowstreamAction extends ProfileAction $this->showNotices(); } - function showLocalNav() + function showObjectNav() { $nav = new SubGroupNav($this, $this->user); $nav->show();