diff options
Diffstat (limited to 'core/command/config/system/setconfig.php')
-rw-r--r-- | core/command/config/system/setconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/config/system/setconfig.php b/core/command/config/system/setconfig.php index f05b8d6ead3..45ba01e9284 100644 --- a/core/command/config/system/setconfig.php +++ b/core/command/config/system/setconfig.php @@ -79,7 +79,7 @@ class SetConfig extends Base { $configValue = $this->castValue($input->getOption('value'), $input->getOption('type')); $updateOnly = $input->getOption('update-only'); - if (count($configNames) > 1) { + if (sizeof($configNames) > 1) { $existingValue = $this->systemConfig->getValue($configName); $newValue = $this->mergeArrayValue( |