[TYPO3-core] RFC #11293: Login page is not translatable

Steffen Kamper info at sk-typo3.de
Sun Jun 7 19:46:03 CEST 2009


Hi,

Rupert Germann schrieb:
> hi,
> 
> index.php line 153:
> if (!$BE_USER->user['uid'] && $GLOBALS['LANG']->lang ...
> will not work. $BE_USER is not available at this place
> 

yes, i would use if(!is_object($GLOBALS['BE_USER']) && ...

Patch works fine, i tested with a "de" section in locallang_login.xml to 
test localization.

+1 by reading and testing except above mentioned BE_USER

vg Steffen


More information about the TYPO3-team-core mailing list