Project

General

Profile

Bug #20672 ยป 0011412.patch

Administrator Admin, 2009-06-25 16:13

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie)
$addParams = $GLOBALS['TSFE']->config['config']['typolinkLinkAccessRestrictedPages_addParams'];
$addParams = str_replace('###RETURN_URL###',rawurlencode($this->lastTypoLinkUrl),$addParams);
$addParams = str_replace('###PAGE_ID###',$page['uid'],$addParams);
$LD = $GLOBALS['TSFE']->tmpl->linkData($thePage,$target,'','','',$addParams,$theTypeP);
$this->lastTypoLinkUrl = $this->URLqMark($LD['totalURL'],'');
$this->lastTypoLinkUrl = $this->getTypoLink_URL(
$thePage['uid'] . ($theTypeP ? ',' . $theTypeP : ''),
$addParams,
$target
);
$LD = $this->lastTypoLinkLD;
}
// Rendering the tag.
    (1-1/1)