Bug #18553 ยป 8005.diff
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) {
|