]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
hide subscriber tag sections
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:51:00 +0000 (15:51 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:51:00 +0000 (15:51 -0400)
actions/subscribers.php

index ad522a4bae63372b0632f302ec794a329ba88735..9e1fb4cf73c30b318115bbd8833f0e4fa77f3350 100644 (file)
@@ -135,11 +135,6 @@ class SubscribersAction extends GalleryAction
     function showSections()
     {
         parent::showSections();
-        $cloud = new SubscribersPeopleTagCloudSection($this);
-        $cloud->show();
-
-        $cloud2 = new SubscribersPeopleSelfTagCloudSection($this);
-        $cloud2->show();
     }
 }