Skip to content

Commit dd944ce

Browse files
committed
MAGETWO-54283: ProductsList widget should implement IdentityInterface and return correct identities
1 parent fac5510 commit dd944ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogWidget/Block/Product/ProductsList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public function getIdentities()
339339
}
340340
}
341341

342-
return $identities?: [\Magento\Catalog\Model\Product::CACHE_TAG];
342+
return $identities ?: [\Magento\Catalog\Model\Product::CACHE_TAG];
343343
}
344344

345345
/**

0 commit comments

Comments
 (0)