Actions
Task #35023
closedError reporting is set twice in bootstrap
Start date:
2012-03-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
In index.php AND typo3/sysext/cms/tslib/index_ts.php (which will be included in index.php) the error reporting is set to E_ALL ^ E_NOTICE ^ E_DEPRECATED.
The set command in typo3/sysext/cms/tslib/index_ts.php is obsolete, because this has no further effect. This will be set in the previous index.php as well.
Result: Less code to maintain
Actions