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 9e51c51 commit ccaf748Copy full SHA for ccaf748
app/code/Magento/Catalog/Model/Product/Link/SaveHandler.php
@@ -78,7 +78,7 @@ public function execute($entityType, $entity)
78
}
79
80
// Do check
81
- $hasPositionLinkType = $this->isPositionsSet($linksByType);
+ $hasPositionLinkType = $this->isPositionSet($linksByType);
82
83
// Set array position as a fallback position if necessary
84
foreach ($hasPositionLinkType as $linkType => $hasPosition) {
@@ -107,7 +107,7 @@ public function execute($entityType, $entity)
107
* @param $linksByType
108
* @return array
109
*/
110
- private function isPositionsSet($linksByType)
+ private function isPositionSet($linksByType)
111
{
112
$linkTypes = $this->linkTypeProvider->getLinkTypes();
113
0 commit comments