Skip to content

Commit

Permalink
Merge pull request #592 from magento-extensibility/MAGETWO-42502-issu…
Browse files Browse the repository at this point in the history
…e-with-block-cache-merchant-beta

[Extensibility] MAGETWO-42502
  • Loading branch information
He, Joan(johe) committed Sep 11, 2015
2 parents accef15 + aad403f commit 5542cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Cms/Model/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function beforeSave()
*/
public function getIdentities()
{
return [self::CACHE_TAG . '_' . $this->getId()];
return [self::CACHE_TAG . '_' . $this->getId(), self::CACHE_TAG . '_' . $this->getIdentifier()];
}

/**
Expand Down

0 comments on commit 5542cd2

Please sign in to comment.