Skip to content
  • Andy Grunwald's avatar
    [TASK] Error reporting is set twice in bootstrap · 252dc38d
    Andy Grunwald authored
    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
    
    See also #35003, #35017 and #35019
    
    Change-Id: I52341366fab6231a78acd394c09bfa67de1108e9
    Fixes: #35023
    Releases: 6.0, 4.7
    Reviewed-on: http://review.typo3.org/9763
    Reviewed-by: Andy Grunwald
    Tested-by: Andy Grunwald
    Reviewed-by: Christian Kuhn
    Tested-by: Christian Kuhn
    252dc38d