Skip to content

Commit

Permalink
[BUGFIX] clear the flushed cache tags (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
heifiDR committed Jul 26, 2024
1 parent 4fd1206 commit 948e3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Hooks/DataHandlerHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function clearCachePostProc(array $params): void
foreach (array_unique($this->cacheTagsToFlush) as $cacheTag) {
$cacheManager->flushCachesInGroupByTag('pages', $cacheTag);
}
$this->cacheTagsToFlush = [];
}
}

Expand Down

0 comments on commit 948e3eb

Please sign in to comment.