X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fusergroups.php;h=178a3586fdea7d473d77caf229039182992b1d32;hb=c4aef15a153e961a3a5341d3b3864fdb9b664bb8;hp=f9063d88672a06969c014c2c35b736b290977ac2;hpb=84e5ca61581829298239a59895602fe637aff134;p=quix0rs-gnu-social.git diff --git a/actions/usergroups.php b/actions/usergroups.php index f9063d8867..178a3586fd 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; @@ -99,7 +99,7 @@ class UsergroupsAction extends OwnerDesignAction $this->profile = $this->user->getProfile(); if (!$this->profile) { - // TRANS: Server error displayed requesting groups for a user without a profile. + // TRANS: Error message displayed when referring to a user without a profile. $this->serverError(_('User has no profile.')); return false; } @@ -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'));