diff options
Diffstat (limited to 'actions')
-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 880b651e1..8ce7fbee3 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(); } } |