forked from GNUsocial/gnu-social
hide subscriber tag sections
This commit is contained in:
@@ -135,11 +135,6 @@ class SubscribersAction extends GalleryAction
|
|||||||
function showSections()
|
function showSections()
|
||||||
{
|
{
|
||||||
parent::showSections();
|
parent::showSections();
|
||||||
$cloud = new SubscribersPeopleTagCloudSection($this);
|
|
||||||
$cloud->show();
|
|
||||||
|
|
||||||
$cloud2 = new SubscribersPeopleSelfTagCloudSection($this);
|
|
||||||
$cloud2->show();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user