2009-09-02 Steffen Kamper <info@sk-typo3.de>
+ * Fixed bug #11748: Problem with backend log in with interfaces
* Fixed bug #11599: TYPO3 dies without an error message when the mysql-module for php is not loaded. (thanks to Michael Knabe)
2009-09-01 Steffen Kamper <info@sk-typo3.de>
$content = t3lib_parsehtml::substituteSubpart($content, '###INTERFACE_SELECTOR###', '');
} else {
$markers['LABEL_INTERFACE'] = $GLOBALS['LANG']->getLL('labels.interface', true);
- $markers['VALUE_INTERFACE'] = $this->interfaceSelector_jump;
+ $markers['VALUE_INTERFACE'] = $this->interfaceSelector;
}
return t3lib_parsehtml::substituteMarkerArray($content, $markers, '###|###');