From 32c9c03cdc8a5f5d5bf1da1d33c5e557b644316d Mon Sep 17 00:00:00 2001
From: Evan Prodromou <git@evanprodromou.name>
Date: Fri, 23 Jan 2009 10:36:16 +0100
Subject: [PATCH] remove top posters from public

---
 actions/public.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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);