]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change front page to link to max member groups
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 27 Jul 2009 19:07:39 +0000 (15:07 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 27 Jul 2009 19:07:56 +0000 (15:07 -0400)
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();