don't show group tagcloud in high-performance mode
This commit is contained in:
父節點
081d4edbf5
當前提交
6e166b2418
@ -117,9 +117,13 @@ class GroupAction extends Action
|
||||
$this->showPending();
|
||||
$this->showBlocked();
|
||||
}
|
||||
|
||||
$this->showAdmins();
|
||||
$cloud = new GroupTagCloudSection($this, $this->group);
|
||||
$cloud->show();
|
||||
|
||||
if (!common_config('performance', 'high')) {
|
||||
$cloud = new GroupTagCloudSection($this, $this->group);
|
||||
$cloud->show();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
載入中…
x
新增問題並參考
Block a user