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:39 -0400 |
commit | 7835393c25e26ea31b8ee3ca4f956ff9d209c6cf (patch) | |
tree | 914568178f5348f222e6a62eb29f73e94c49a277 /actions | |
parent | a5f78449b1d1f6a517727388cfbd350914d66b6e (diff) |
change front page to link to max member groups
Diffstat (limited to 'actions')
-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(); |