Skip to content

Commit 6c34ce2

Browse files
committed
MAGETWO-53305: [Staging] When update was applied Cross-Sells data are not displayed in the shopping cart
1 parent 9dcdc29 commit 6c34ce2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ protected function getMetadataPool()
438438
* Join Product To Links
439439
* @return void
440440
*/
441-
protected function joinProductsToLinks()
441+
private function joinProductsToLinks()
442442
{
443443
$linkField = $this->getMetadataPool()->getMetadata(ProductInterface::class)->getLinkField();
444444
$this->getSelect()

0 commit comments

Comments
 (0)