Project

General

Profile

Bug #18803 ยป pageerrorhandling.diff

Administrator Admin, 2008-05-16 21:06

View differences:

typo3/sysext/cms/tslib/class.tslib_fe.php (working copy)
$url_parts = parse_url($code);
if ($url_parts['host'] == '') {
$url_parts['host'] = t3lib_div::getIndpEnv('HTTP_HOST');
$code = t3lib_div::getIndpEnv('TYPO3_REQUEST_HOST') . $code;
$code = t3lib_div::getIndpEnv('TYPO3_SITE_URL') . $code;
$checkBaseTag = false;
} else {
$checkBaseTag = true;
    (1-1/1)