mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
cs: Enable a couple of risky rules.
This commit is contained in:
@@ -104,7 +104,7 @@ class CustomFieldsGroup
|
||||
|
||||
foreach ($this->customFields as $cf) {
|
||||
if ($cf->isActive()) {
|
||||
array_push($this->activeCustomFields, $cf);
|
||||
$this->activeCustomFields[] = $cf;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user