hide subscriber tag sections

This commit is contained in:
Evan Prodromou 2011-04-14 15:51:00 -04:00
parent 0c52ed76dd
commit f1da1a24d1
1 changed files with 0 additions and 5 deletions

View 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();
}
}