[TYPO3-bugs] BE-Login interface-selector
Niels Fröhling
niels.froehling at adsignum.com
Wed Aug 26 00:01:27 CEST 2009
Hy;
is this seriously to be like this in typo3/index.php?:
255: makeLoginForm()
// remove the interface selector markers if it's not available
if (!($this->interfaceSelector && !$this->loginRefresh)) {
$content = t3lib_parsehtml::substituteSubpart($content,
'###INTERFACE_SELECTOR###', '');
} else {
$markers['LABEL_INTERFACE'] = $GLOBALS['LANG']->getLL('labels.interface', true);
$markers['VALUE_INTERFACE'] = $this->interfaceSelector_jump;
^^^^^
}
Asking for validity if "interfaceSelector" and filling in
"interfaceSelector_jump"? In addition "interfaceSelector_jump" makes the
Login-form redirect on selector-switch?
It's a result of benni's change from 21.07.2008, where he restructures a big
portion of the code.
Nobody ever detected that?
Ciao
Niels
More information about the TYPO3-team-bugs
mailing list