Bug #84052 ยป 78151.diff
typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php | ||
---|---|---|
$LD['target'] = '';
|
||
} else {
|
||
$LD['totalURL'] = $this->parent_cObj->typoLink_URL(['parameter' => $this->getSysPage()->getExtURL($this->menuArr[$key])]);
|
||
if((empty($LD['target']) && !empty($this->getTypoScriptFrontendController()->extTarget))) {
|
||
$LD['target'] = $this->getTypoScriptFrontendController()->extTarget;
|
||
}
|
||
}
|
||
}
|
||