mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #57401 from nextcloud/backport/57371/stable32
This commit is contained in:
commit
76c9189bad
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ class Config {
|
|||
throw new \Exception($errorMessage);
|
||||
}
|
||||
if (isset($CONFIG) && is_array($CONFIG)) {
|
||||
$this->cache = array_merge($this->cache, $CONFIG);
|
||||
$this->cache = array_replace_recursive($this->cache, $CONFIG);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue