Add groups by notice to public
This commit is contained in:
parent
06cc977032
commit
248fd763bd
|
@ -204,5 +204,7 @@ class PublicAction extends Action
|
|||
$top->show();
|
||||
$pop = new PopularNoticeSection($this);
|
||||
$pop->show();
|
||||
$gbp = new GroupsByPostsSection($this);
|
||||
$gbp->show();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user