diff --git a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php index 4bbc47fa4070..73e6f564e914 100644 --- a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php +++ b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php @@ -1659,7 +1659,6 @@ public function checkRootlineForIncludeSection(): bool // Page is 'not found' in case a subsection was found and not accessible, code 2 $this->pageNotFound = 2; unset($this->rootLine[$a]); - break; } } return $removeTheRestFlag;