groups show same aside as profile

This commit is contained in:
Evan Prodromou 2011-04-14 15:53:18 -04:00
parent b8a057bc2d
commit 4bda1b2a36
1 changed files with 1 additions and 7 deletions

View File

@ -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 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/ * @link http://status.net/
*/ */
class UsergroupsAction extends OwnerDesignAction class UsergroupsAction extends ProfileAction
{ {
var $page = null; var $page = null;
var $profile = null; var $profile = null;
@ -115,12 +115,6 @@ class UsergroupsAction extends OwnerDesignAction
$this->showPage(); $this->showPage();
} }
function showObjectNav()
{
$nav = new SubGroupNav($this, $this->user);
$nav->show();
}
function showContent() function showContent()
{ {
$this->elementStart('p', array('id' => 'new_group')); $this->elementStart('p', array('id' => 'new_group'));