don't show group tagcloud in high-performance mode
This commit is contained in:
parent
081d4edbf5
commit
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();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user