mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 13:06:53 +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:
parent
76d475f2b2
commit
dac5cfd917
1 changed files with 0 additions and 1 deletions
|
|
@ -591,7 +591,6 @@ class ConfigurationManager
|
|||
$configValue = $this->get($configName, '');
|
||||
if ($envVariableOutput === false) {
|
||||
if ($configValue === '') {
|
||||
$this->set($configName, $defaultValue);
|
||||
return $defaultValue;
|
||||
}
|
||||
return $configValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue