Bug #18660 » 8189v1.diff
class.tslib_content.php (Arbeitskopie) | ||
---|---|---|
// Add "&MP" var:
|
||
$addQueryParams.= '&MP='.rawurlencode(implode(',',$MPvarAcc));
|
||
}
|
||
elseif ($GLOBALS['TSFE']->config['config']['typolinkCheckRootline']) {
|
||
elseif ($GLOBALS['TSFE']->config['config']['typolinkCheckRootline'] && $page['doktype'] != 1) {
|
||
// If we link across domains and page is free type shortcut, we must resolve the shortcut first!
|
||
// If we do not do it, TYPO3 will fail to (1) link proper page in RealURL/CoolURI because
|