change front page to link to max member groups

This commit is contained in:
Evan Prodromou 2009-07-27 15:07:39 -04:00
parent a5f78449b1
commit 7835393c25
1 changed files with 1 additions and 1 deletions

View File

@ -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();