Skip to content

Commit 6b80ebb

Browse files
author
Oleksandr Iegorov
committed
MC-42811: Missing Bundled Products on Category Pages
1 parent 2d273eb commit 6b80ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/Plugin/Frontend/ProductIdentitiesExtender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function afterGetIdentities(CatalogProduct $product, array $identities):
6363
private function getChildrenIds($entityId): array
6464
{
6565
if (!isset($this->cacheChildrenIds[$entityId])) {
66-
$this->cacheChildrenIds[$entityId] = $this->type->getChildrenIds($entityId, false);
66+
$this->cacheChildrenIds[$entityId] = $this->type->getChildrenIds($entityId);
6767
}
6868

6969
return $this->cacheChildrenIds[$entityId];

0 commit comments

Comments
 (0)