diff --git a/Classes/Aspect/ContentCacheSegmentAspect.php b/Classes/Aspect/ContentCacheSegmentAspect.php index c3c0616..fca7922 100644 --- a/Classes/Aspect/ContentCacheSegmentAspect.php +++ b/Classes/Aspect/ContentCacheSegmentAspect.php @@ -61,7 +61,7 @@ public function injectContentCache(ContentCache $contentCache): void } /** - * @Flow\Pointcut("setting(t3n.Neos.Debug.enabled)") + * @Flow\Pointcut("setting(t3n.Neos.Debug.enabled) && setting(t3n.Neos.Debug.htmlOutput.enabled)") */ public function debuggingActive(): void {