Skip to content

Commit 76c9189

Browse files
authored
Merge pull request #57401 from nextcloud/backport/57371/stable32
2 parents d9c8ea6 + 1be03aa commit 76c9189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private function readData() {
242242
throw new \Exception($errorMessage);
243243
}
244244
if (isset($CONFIG) && is_array($CONFIG)) {
245-
$this->cache = array_merge($this->cache, $CONFIG);
245+
$this->cache = array_replace_recursive($this->cache, $CONFIG);
246246
}
247247
}
248248

0 commit comments

Comments
 (0)