Skip to content

Commit acfce4e

Browse files
committed
Issue 8392 fix improved
1 parent 991a54d commit acfce4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ProductLink/CollectionProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getCollection(\Magento\Catalog\Model\Product $product, $type)
5454
}
5555
foreach ($output as $item) {
5656
$itemPosition = $item["position"];
57-
if (!isset($realoutput[$itemposition])) {
57+
if (!isset($realoutput[$itemPosition])) {
5858
$realoutput[$itemPosition] = $item;
5959
}
6060
else {

0 commit comments

Comments
 (0)