[TYPO3-dev] error in config_default.php in typo3 4.0

Lorinc Kovacs topcat at topcat.hu
Wed Apr 12 22:21:19 CEST 2006


Hi All!

I found a bug in t3lib/config_default.php on line 368.

this is the original:
if($displayErrors=intval($TYPO3_CONF_VARS['SYS']['displayErrors']!='-1')) {

this is fixed:
if($displayErrors=intval($TYPO3_CONF_VARS['SYS']['displayErrors'])!='-1')	{

If the original remains, display_errors is always on, as I see.
Please fix it.

Lorinc Kovacs




More information about the TYPO3-dev mailing list