diff --git a/actions/public.php b/actions/public.php index 4743ff24c3..75217cb229 100644 --- a/actions/public.php +++ b/actions/public.php @@ -245,7 +245,7 @@ class PublicAction extends Action $pop = new PopularNoticeSection($this); $pop->show(); - if (common_config('performance', 'high')) { + if (!common_config('performance', 'high')) { $cloud = new PublicTagCloudSection($this); $cloud->show(); }