diff --git a/actions/public.php b/actions/public.php index 47b8e16cd2..cfdc99bb37 100644 --- a/actions/public.php +++ b/actions/public.php @@ -205,8 +205,8 @@ class PublicAction extends Action function showSections() { - $top = new TopPostersSection($this); - $top->show(); + // $top = new TopPostersSection($this); + // $top->show(); $pop = new PopularNoticeSection($this); $pop->show(); $gbp = new GroupsByPostsSection($this);