Feature #20933 » dontCheckDoktype.patch
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
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);
|
||
}
|