Project

General

Profile

Feature #22300 ยป 13865_v1.diff

Administrator Admin, 2010-03-19 11:55

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
// the jumpURL feature will be taken care of by typoLink, only "jumpurl.secure = 1" is applyable needed for special link creation
if ($conf['jumpurl.']['secure']) {
$alternativeJumpURLParameter = $this->stdWrap($conf['jumpurl.']['parameter'], $conf['jumpurl.']['parameter.']);
$typoLinkConf = array(
'parameter' => $GLOBALS['TSFE']->id . ',' . $GLOBALS['TSFE']->type,
'parameter' => $alternativeJumpURLParameter ? $alternativeJumpURLParameter : $GLOBALS['TSFE']->id . ',' . $GLOBALS['TSFE']->type,
'fileTarget' => $conf['target'],
'ATagParams' => $this->getATagParams($conf),
'additionalParams' => '&jumpurl=' . rawurlencode($theFileEnc) . $this->locDataJU($theFileEnc, $conf['jumpurl.']['secure.']) . $GLOBALS['TSFE']->getMethodUrlIdToken
    (1-1/1)