Index: typo3/sysext/cms/tslib/class.tslib_content.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_content.php (revision 5828) +++ typo3/sysext/cms/tslib/class.tslib_content.php (working copy) @@ -7202,6 +7202,9 @@ if ($table=='pages') { $query.=' '.$GLOBALS['TSFE']->sys_page->where_hid_del. $GLOBALS['TSFE']->sys_page->where_groupAccess; + if($conf['dontCheckDoktype']){ + $query = str_replace(' AND pages.doktype<200', '', $query); + } } else { $query.=$this->enableFields($table); }