Project

General

Profile

Bug #18553 ยป 8005.diff

Administrator Admin, 2008-04-03 13:50

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
$tCR_flag = 1; // OK, it was in rootline!
break;
}
if ($tCR_data['is_siteroot']) {
// Possibly subdomain inside main domain. In any case we must stop now because site root is reached.
break;
}
}
if (!$tCR_flag) {
foreach ($tCR_rootline as $tCR_data) {
    (1-1/1)