From 32c9c03cdc8a5f5d5bf1da1d33c5e557b644316d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 10:36:16 +0100 Subject: remove top posters from public --- actions/public.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/public.php') diff --git a/actions/public.php b/actions/public.php index 47b8e16cd..cfdc99bb3 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); -- cgit v1.2.3-54-g00ecf