]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/usergroups.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / usergroups.php
index f9063d88672a06969c014c2c35b736b290977ac2..ca95abddf5e69942a04fd791a2767801af8d6a19 100644 (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
  * @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'));