[TYPO3-dev] error in config_default.php in typo3 4.0
Michael Stucki
michael at typo3.org
Thu Apr 13 00:50:50 CEST 2006
Hi Lorinc,
> 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.
Please report it first!
Well, yes I can confirm the problem, but if we continue to use typo3-dev as
a bugtracker, we'll loose most of these issues and they'll never get fixed.
Anyway, the problem is obvious (was even in 3.8, btw.) and I will take care
of it.
- michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-dev
mailing list