Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit aa379ea

Browse files
issue #19205 fixed
1 parent d14510f commit aa379ea

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Model/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/Product/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ private function multiToFlatArray(array $array)
822822
if (is_array($value)) {
823823
$flatArray = array_merge($flatArray, $this->multiToFlatArray($value));
824824
} else {
825-
$flatArray[$key] = $value;
825+
$flatArray[] = $value;
826826
}
827827
}
828828

0 commit comments

Comments
 (0)