mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 10:50:10 +00:00
Don't write the default value to disk
This matches the previous behaviour and should not be changed silently. Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
@@ -591,7 +591,6 @@ class ConfigurationManager
|
||||
$configValue = $this->get($configName, '');
|
||||
if ($envVariableOutput === false) {
|
||||
if ($configValue === '') {
|
||||
$this->set($configName, $defaultValue);
|
||||
return $defaultValue;
|
||||
}
|
||||
return $configValue;
|
||||
|
||||
Reference in New Issue
Block a user