Project

General

Profile

Bug #84052 ยป 78151.diff

Cyril Janody, 2018-03-01 19:48

View differences:

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;
}
}
}
    (1-1/1)