diff --git a/actions/public.php b/actions/public.php index 880b651e15..8ce7fbee3e 100644 --- a/actions/public.php +++ b/actions/public.php @@ -202,5 +202,7 @@ class PublicAction extends Action { $top = new TopPostersSection($this); $top->show(); + $pop = new PopularNoticeSection($this); + $pop->show(); } }