diff --git a/bundle/Cache/PersistenceCachePurger.php b/bundle/Cache/PersistenceCachePurger.php index f7cd68be..ce96031a 100644 --- a/bundle/Cache/PersistenceCachePurger.php +++ b/bundle/Cache/PersistenceCachePurger.php @@ -131,6 +131,7 @@ public function content($locationIds = null, array $contentIds = null) $tags[] = 'location-' . $id; $tags[] = 'urlAlias-location-' . $id; + $tags[] = 'urlAlias-location-path-' . $id; if (empty($contentIds)) { // if caller did not provide affected content id's, then try to load location to get it