forked from GNUsocial/gnu-social
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->showPending();
|
||||||
$this->showBlocked();
|
$this->showBlocked();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->showAdmins();
|
$this->showAdmins();
|
||||||
$cloud = new GroupTagCloudSection($this, $this->group);
|
|
||||||
$cloud->show();
|
if (!common_config('performance', 'high')) {
|
||||||
|
$cloud = new GroupTagCloudSection($this, $this->group);
|
||||||
|
$cloud->show();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user