summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);