diff options
-rw-r--r-- | actions/public.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/public.php b/actions/public.php index 8ce7fbee3..b51a95f24 100644 --- a/actions/public.php +++ b/actions/public.php @@ -204,5 +204,7 @@ class PublicAction extends Action $top->show(); $pop = new PopularNoticeSection($this); $pop->show(); + $gbp = new GroupsByPostsSection($this); + $gbp->show(); } } |