Bug #20540 » 11237.diff
typo3/sysext/cms/tslib/class.tslib_fe.php (Arbeitskopie) | ||
---|---|---|
* @see checkEnableFields(), tslib_cObj::getTreeList(), checkRootlineForIncludeSection()
|
||
*/
|
||
function checkPagerecordForIncludeSection($row) {
|
||
return (!$row['extendToSubpages'] || $this->checkEnableFields($row)) ? 1 : 0;
|
||
return (!$row['fe_group'] || $this->checkEnableFields($row)) ? 1 : 0;
|
||
}
|
||
/**
|