]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove top posters from public
authorEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 09:36:16 +0000 (10:36 +0100)
committerEvan Prodromou <git@evanprodromou.name>
Fri, 23 Jan 2009 09:36:16 +0000 (10:36 +0100)
actions/public.php

index 47b8e16cd23d6803b6240409b54e1068c2aeabad..cfdc99bb375471c7552862c3a325b2a05f2a5170 100644 (file)
@@ -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);