[TYPO3-core] RFC: #11019: User Setup Rewrite #4

Rupert Germann rupi at gmx.li
Tue Jun 2 15:57:47 CEST 2009


hey steffen,

Steffen Kamper wrote:
> Final patch (v9) is attached, tested with all fields without fails.

seems to work ;-)

one little thingy .....
please change line 619 to

$startModuleSelect = '<option value=""></option>';

currently:
$startModuleSelect .= '<option disabled="disabled">'
$GLOBALS['LANG']->moduleLabels['tabs'][$mainMod.'_tab'].'</option>';

the value inserted here will always evaluate to nothing because $mainMod
doesn't exist at this point.

with this change: +1

greets
Rupert








More information about the TYPO3-team-core mailing list