fix: [galaxyCluster:view] Typo in setting name

pull/7470/head
mokaddem 2021-06-04 09:34:55 +02:00
parent cda48b006e
commit 6a7b2f20b7
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class GalaxyClustersController extends AppController
$cluster['GalaxyCluster']['tag_count'] = $this->GalaxyCluster->Tag->EventTag->countForTag($tag['Tag']['id'], $this->Auth->user());
$cluster['GalaxyCluster']['tag_id'] = $tag['Tag']['id'];
}
if (Configure::read('Plugin.Cycat_enable')) {
if (Configure::read('Plugin.CyCat_enable')) {
$cluster = $this->GalaxyCluster->getCyCatRelations($cluster);
}
if ($this->_isRest()) {