diff --git a/Classes/BackendLayout/BackendLayoutConfiguration.php b/Classes/BackendLayout/BackendLayoutConfiguration.php index 885a3ca..ed8d2ec 100644 --- a/Classes/BackendLayout/BackendLayoutConfiguration.php +++ b/Classes/BackendLayout/BackendLayoutConfiguration.php @@ -44,11 +44,6 @@ public function __construct(array $backendLayout) */ public static function createFromPageId($pageId) { - // TODO: Mitigate a problem in \TYPO3\CMS\Backend\Configuration\TypoScript\ConditionMatching\ConditionMatcher::determinePageId - // @see: https://github.com/IchHabRecht/content_defender/issues/91 - if (GeneralUtility::_GP('id') === null) { - $_GET['id'] = $pageId; - } $backendLayoutView = GeneralUtility::makeInstance(BackendLayoutView::class); $backendLayout = $backendLayoutView->getSelectedBackendLayout($pageId); if (null === $backendLayout) {