forked from GNUsocial/gnu-social
change front page to link to max member groups
This commit is contained in:
parent
5f7fb99447
commit
92c12898e7
@ -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