]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
inverted switch for performance on public page
authorEvan Prodromou <evan@status.net>
Tue, 20 Sep 2011 02:01:47 +0000 (22:01 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 20 Sep 2011 02:01:47 +0000 (22:01 -0400)
actions/public.php

index 4743ff24c399287a06cfa0d9687a377ebb88d9fa..75217cb2293965ed4394a4701bad86f590650ce0 100644 (file)
@@ -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();
         }