Project

General

Profile

Feature #20933 » dontCheckDoktype.patch

Administrator Admin, 2009-08-26 23:47

View differences:

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);
}
(1-1/2)