]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
subscriber actions show the profile menu in object area
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 20:54:32 +0000 (15:54 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 20:54:32 +0000 (15:54 -0500)
lib/galleryaction.php

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