From decdfc73b4e19b92567f22c7fe8a909f27d8eef1 Mon Sep 17 00:00:00 2001 From: Sebastian Helzle Date: Tue, 15 Aug 2023 09:52:52 +0200 Subject: [PATCH] =?UTF-8?q?BUGFIX:=20Don=E2=80=99t=20render=20debug=20outp?= =?UTF-8?q?ut=20in=20production=20when=20htmloutput=20is=20disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/Aspect/ContentCacheSegmentAspect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {