Project

General

Profile

Bug #22027 ยป 13368.diff

Administrator Admin, 2010-01-29 14:43

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
if ($conf['jumpurl.']['secure']) {
$typoLinkConf = array(
'parameter' => $GLOBALS['TSFE']->id . ',' . $GLOBALS['TSFE']->type,
'target' => $conf['target'],
'fileTarget' => $conf['target'],
'ATagParams' => $this->getATagParams($conf),
'additionalParams' => '&jumpurl=' . rawurlencode($theFileEnc) . $this->locDataJU($theFileEnc, $conf['jumpurl.']['secure.']) . $GLOBALS['TSFE']->getMethodUrlIdToken
);
} else {
$typoLinkConf = array(
'parameter' => $theFileEnc,
'target' => $conf['target'],
'fileTarget' => $conf['target'],
'ATagParams' => $this->getATagParams($conf)
);
}
    (1-1/1)