X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/669392195459d9da0d61eaad82d3a70eba6b3065..4945e8392f77b0ccc8a53dd9dc55d87d5f66a7c5:/typo3/sysext/backend/Classes/Controller/Page/TreeController.php diff --git a/typo3/sysext/backend/Classes/Controller/Page/TreeController.php b/typo3/sysext/backend/Classes/Controller/Page/TreeController.php index ab8ed528d1da..67fb6e85bdbd 100644 --- a/typo3/sysext/backend/Classes/Controller/Page/TreeController.php +++ b/typo3/sysext/backend/Classes/Controller/Page/TreeController.php @@ -142,7 +142,7 @@ class TreeController } $doktypeLabelMap[$doktypeItemConfig[1]] = $doktypeItemConfig[0]; } - $doktypes = GeneralUtility::intExplode(',', $this->getBackendUser()->getTSConfigVal('options.pageTree.doktypesToShowInNewPageDragArea')); + $doktypes = GeneralUtility::intExplode(',', $this->getBackendUser()->getTSConfigVal('options.pageTree.doktypesToShowInNewPageDragArea'), true); $output = []; $allowedDoktypes = GeneralUtility::intExplode(',', $this->getBackendUser()->groupData['pagetypes_select'], true); $isAdmin = $this->getBackendUser()->isAdmin();