change front page to link to max member groups
This commit is contained in:
parent
a5f78449b1
commit
7835393c25
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user