summaryrefslogtreecommitdiff
path: root/actions
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:56 -0400
commit92c12898e780ed3685c93bd85cae5772f1547c5e (patch)
tree03733d041ee1803c794172529c42c52665539fc8 /actions
parent5f7fb994471e4326f6aea5e29157a6236de4001f (diff)
change front page to link to max member groups
Diffstat (limited to 'actions')
-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();