summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 10:36:16 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 10:36:16 +0100
commit32c9c03cdc8a5f5d5bf1da1d33c5e557b644316d (patch)
treef7c899debff96b5270624cc86b88b522d7cfecd6 /actions/public.php
parent6b5fb0ab7d8c2e982052a48270e882e7f7379743 (diff)
remove top posters from public
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php4
1 files changed, 2 insertions, 2 deletions
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);