From: Evan Prodromou Date: Fri, 23 Jan 2009 09:36:16 +0000 (+0100) Subject: remove top posters from public X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=32c9c03cdc8a5f5d5bf1da1d33c5e557b644316d;p=quix0rs-gnu-social.git remove top posters from public --- 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);