Bug #22027 ยป 13368.diff
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)
|
||
);
|
||
}
|