From 0c52ed76dd6c3c87a9cb6bcab38030335a8b8727 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 15:50:45 -0400 Subject: [PATCH] gallery actions use same aside as profile --- lib/galleryaction.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/galleryaction.php b/lib/galleryaction.php index ac2feeeccf..bd7da195fa 100644 --- a/lib/galleryaction.php +++ b/lib/galleryaction.php @@ -28,7 +28,7 @@ require_once INSTALLDIR.'/lib/profilelist.php'; define('AVATARS_PER_PAGE', 80); // @todo FIXME: Class documentation missing. -class GalleryAction extends OwnerDesignAction +class GalleryAction extends ProfileAction { var $profile = null; var $page = null; @@ -97,12 +97,6 @@ class GalleryAction extends OwnerDesignAction $this->showPage(); } - function showObjectNav() - { - $nav = new SubGroupNav($this, $this->user); - $nav->show(); - } - function showContent() { $this->showTagsDropdown();