We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761860a commit 5e4a9c3Copy full SHA for 5e4a9c3
1 file changed
Classes/Middleware/TypoScriptRenderingHandler.php
@@ -46,7 +46,9 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
46
ob_clean();
47
48
//prepare and return final output
49
- $GLOBALS['TSFE']->INTincScript();
+ if ($GLOBALS['TSFE']->isINTincScript()) {
50
+ $GLOBALS['TSFE']->INTincScript();
51
+ }
52
53
$response = GeneralUtility::makeInstance(Response::class);
54
0 commit comments