From 4bda1b2a36300b7d7571464b5b26b152d268085e Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 15:53:18 -0400 Subject: [PATCH] groups show same aside as profile --- actions/usergroups.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/actions/usergroups.php b/actions/usergroups.php index f9063d8867..ca95abddf5 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -45,7 +45,7 @@ require_once INSTALLDIR.'/lib/grouplist.php'; * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ -class UsergroupsAction extends OwnerDesignAction +class UsergroupsAction extends ProfileAction { var $page = null; var $profile = null; @@ -115,12 +115,6 @@ class UsergroupsAction extends OwnerDesignAction $this->showPage(); } - function showObjectNav() - { - $nav = new SubGroupNav($this, $this->user); - $nav->show(); - } - function showContent() { $this->elementStart('p', array('id' => 'new_group'));