]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
object menu for user profile
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:23:19 +0000 (16:23 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:23:19 +0000 (16:23 -0500)
actions/showstream.php

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