Skip to content

Commit fd4aee0

Browse files
committed
BUGFIX: Don't shorten cache tags twice in ContentCacheAspect
1 parent ad2a3ae commit fd4aee0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Classes/Aspects/ContentCacheAspect.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public function interceptContentCacheFlush(JoinPointInterface $joinPoint)
131131
$object = $joinPoint->getProxy();
132132

133133
$tags = array_keys(ObjectAccess::getProperty($object, 'tagsToFlush', true));
134-
$tags = $this->cacheTagService->sanitizeTags($tags);
135-
$tags = $this->cacheTagService->shortenTags($tags);
136134

137135
$this->varnishBanService->banByTags($tags);
138136
}

0 commit comments

Comments
 (0)