Skip to content

Commit c267725

Browse files
committed
MAGETWO-33583: Catalog page is not updated when a product status changes
1 parent fd21df8 commit c267725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ public function getIdentities()
20182018
$identities[] = self::CACHE_PRODUCT_CATEGORY_TAG . '_' . $categoryId;
20192019
}
20202020
}
2021-
return $identities;
2021+
return array_unique($identities);
20222022
}
20232023

20242024
/**

0 commit comments

Comments
 (0)