diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-27 15:07:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-27 15:07:56 -0400 |
commit | 92c12898e780ed3685c93bd85cae5772f1547c5e (patch) | |
tree | 03733d041ee1803c794172529c42c52665539fc8 | |
parent | 5f7fb994471e4326f6aea5e29157a6236de4001f (diff) |
change front page to link to max member groups
-rw-r--r-- | actions/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/public.php b/actions/public.php index ef9ef0d1a..d0317ac70 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(); |