]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/publicgroupnav.php
Merge branch '1.0.x' into people_tags_rebase
[quix0rs-gnu-social.git] / lib / publicgroupnav.php
index c2dc11831a1e8d631b0ed17a00c8ae43b6c05b87..16916ca6bb0e6702bc92ce3f8ac1b5e25eb4a703 100644 (file)
@@ -46,22 +46,8 @@ require_once INSTALLDIR.'/lib/widget.php';
  * @see      Widget
  */
 
-class PublicGroupNav extends Widget
+class PublicGroupNav extends Menu
 {
-    var $action = null;
-
-    /**
-     * Construction
-     *
-     * @param Action $action current action, used for output
-     */
-
-    function __construct($action=null)
-    {
-        parent::__construct($action);
-        $this->action = $action;
-    }
-
     /**
      * Show the menu
      *