X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fattachment.php;h=3f2ae5c1ce0f89aa7081653b850d8090480aafb6;hb=9e89a177c76741f7e696f09d778bd8b151f84d3f;hp=3ec837a511f804bcd1d82b764a0103ebc3912261;hpb=a2d8305e2159f60df979898983b5fe4ccf166a16;p=quix0rs-gnu-social.git diff --git a/actions/attachment.php b/actions/attachment.php index 3ec837a511..3f2ae5c1ce 100644 --- a/actions/attachment.php +++ b/actions/attachment.php @@ -132,9 +132,5 @@ class AttachmentAction extends ManagedAction function showSections() { $ns = new AttachmentNoticeSection($this); $ns->show(); - if (!common_config('performance', 'high')) { - $atcs = new AttachmentTagCloudSection($this); - $atcs->show(); - } } }