Skip to content

Commit 88b0303

Browse files
Oleksandr Gorkuncpartica
authored andcommitted
MAGETWO-95880: Fail to install Magento 2.3.0 on cloud
1 parent a70858b commit 88b0303

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Config/App/Config/Type/System.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ public function get($path = '')
140140
*/
141141
private function mergeData(array $newData): void
142142
{
143-
$this->data = array_replace_recursive($this->data, $newData);
144-
return;
145143
if (array_key_exists(ScopeInterface::SCOPE_DEFAULT, $newData)) {
146144
//Sometimes new data may contain links to arrays and we don't want that.
147145
$this->data[ScopeInterface::SCOPE_DEFAULT] = (array)$newData[ScopeInterface::SCOPE_DEFAULT];

0 commit comments

Comments
 (0)