mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +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
b4364366f5
commit
81858c4975
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