We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa379ea commit 1a321d2Copy full SHA for 1a321d2
app/code/Magento/Bundle/Model/Product/Type.php
@@ -818,7 +818,7 @@ private function recursiveIntval(array $array)
818
private function multiToFlatArray(array $array)
819
{
820
$flatArray = [];
821
- foreach ($array as $key => $value) {
+ foreach ($array as $value) {
822
if (is_array($value)) {
823
$flatArray = array_merge($flatArray, $this->multiToFlatArray($value));
824
} else {
0 commit comments