From: Evan Prodromou Date: Tue, 1 Mar 2011 20:54:32 +0000 (-0500) Subject: subscriber actions show the profile menu in object area X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=805d14577d8a7e87d2dcea66aa5d22d801987fa5;p=quix0rs-gnu-social.git subscriber actions show the profile menu in object area --- diff --git a/lib/galleryaction.php b/lib/galleryaction.php index b8edbbb7ba..107134a09b 100644 --- a/lib/galleryaction.php +++ b/lib/galleryaction.php @@ -94,7 +94,7 @@ class GalleryAction extends OwnerDesignAction $this->showPage(); } - function showLocalNav() + function showObjectNav() { $nav = new SubGroupNav($this, $this->user); $nav->show();