From: Evan Prodromou <evan@status.net>
Date: Thu, 14 Apr 2011 19:51:00 +0000 (-0400)
Subject: hide subscriber tag sections
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1da1a24d113fe0c756d0de29f5f08d043b59f47;p=quix0rs-gnu-social.git

hide subscriber tag sections
---

diff --git a/actions/subscribers.php b/actions/subscribers.php
index ad522a4bae..9e1fb4cf73 100644
--- a/actions/subscribers.php
+++ b/actions/subscribers.php
@@ -135,11 +135,6 @@ class SubscribersAction extends GalleryAction
     function showSections()
     {
         parent::showSections();
-        $cloud = new SubscribersPeopleTagCloudSection($this);
-        $cloud->show();
-
-        $cloud2 = new SubscribersPeopleSelfTagCloudSection($this);
-        $cloud2->show();
     }
 }