From: Evan Prodromou Date: Mon, 27 Jul 2009 19:07:39 +0000 (-0400) Subject: change front page to link to max member groups X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=92c12898e780ed3685c93bd85cae5772f1547c5e;p=quix0rs-gnu-social.git change front page to link to max member groups --- diff --git a/actions/public.php b/actions/public.php index ef9ef0d1ab..d0317ac706 100644 --- a/actions/public.php +++ b/actions/public.php @@ -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();