]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
change front page to link to max member groups
[quix0rs-gnu-social.git] / actions / public.php
index ef9ef0d1ab0dc4ea451d29f1c1a016359533501c..d0317ac70660c7dcf5a3f1a02fc59c65b2d7fe97 100644 (file)
@@ -229,7 +229,7 @@ class PublicAction extends Action
         // $top->show();
         $pop = new PopularNoticeSection($this);
         $pop->show();
-        $gbp = new GroupsByPostsSection($this);
+        $gbp = new GroupsByMembersSection($this);
         $gbp->show();
         $feat = new FeaturedUsersSection($this);
         $feat->show();