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 ccaf748 commit 0b14b4eCopy full SHA for 0b14b4e
app/code/Magento/Catalog/Model/Product/Link/SaveHandler.php
@@ -119,7 +119,7 @@ private function isPositionSet($linksByType)
119
}
120
121
122
- // Check if at least on link without position exists per Link type
+ // Check if at least one link without position exists per Link type
123
foreach ($linksByType as $type => $links) {
124
foreach ($links as $link) {
125
if (!array_key_exists('position', $link->getData())) {
0 commit comments