Bug #19678 ยป follow_up_sectionIndex.diff
typo3/sysext/cms/tslib/class.tslib_menu.php (working copy) | ||
---|---|---|
if ($oTarget) {
|
||
$conf['target'] = $oTarget;
|
||
}
|
||
if ($page['sectionIndex_uid']) {
|
||
$conf['section'] = $page['sectionIndex_uid'];
|
||
}
|
||
$this->parent_cObj->typoLink('|', $conf);
|
||
$LD = $this->parent_cObj->lastTypoLinkLD;
|
||
$LD['totalURL'] = $this->parent_cObj->lastTypoLinkUrl;
|