summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-27 15:07:39 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-27 15:07:39 -0400
commit7835393c25e26ea31b8ee3ca4f956ff9d209c6cf (patch)
tree914568178f5348f222e6a62eb29f73e94c49a277 /actions/public.php
parenta5f78449b1d1f6a517727388cfbd350914d66b6e (diff)
change front page to link to max member groups
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php2
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();