inverted switch for performance on public page
This commit is contained in:
parent
2d30ed73f3
commit
32f7d3edc2
|
@ -245,7 +245,7 @@ class PublicAction extends Action
|
||||||
|
|
||||||
$pop = new PopularNoticeSection($this);
|
$pop = new PopularNoticeSection($this);
|
||||||
$pop->show();
|
$pop->show();
|
||||||
if (common_config('performance', 'high')) {
|
if (!common_config('performance', 'high')) {
|
||||||
$cloud = new PublicTagCloudSection($this);
|
$cloud = new PublicTagCloudSection($this);
|
||||||
$cloud->show();
|
$cloud->show();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user