summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php2
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();
}
}