From 805d14577d8a7e87d2dcea66aa5d22d801987fa5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Mar 2011 15:54:32 -0500 Subject: [PATCH] subscriber actions show the profile menu in object area --- lib/galleryaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();