[TYPO3-core] RFC: Bugfix #7445: Malformed translated locallang causes PHP crash

Benjamin Mack mack at xnos.org
Mon Feb 18 13:29:38 CET 2008


Hey Francois,

+1 after reading and testing!

Thanks for fixing this issue. I have one remark which I would fix though 
when commiting this patch:

instead of
   die('\''.$localized_file.'\' is no TYPO3 language file)!');
it should be
   die('"'.$localized_file.'" is no TYPO3 language file!');

(" and a ) too much at the end)

Similar for the 4.1 thing.

I will commit this in 24h if no one objects.

And yes: I am also +1 for exceptions!

-- 
greetings,
benni.
-SDG-

www.xnos.de // www.xnos.org


More information about the TYPO3-team-core mailing list