Project

General

Profile

Bug #23444 ยป 15550_v1.diff

Administrator Admin, 2010-08-24 23:55

View differences:

t3lib/error/class.t3lib_error_errorhandler.php (Arbeitskopie)
$message = 'PHP ' .$errorLevels[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
if ($errorLevel & $this->exceptionalErrors) {
throw new t3lib_error_Exception($message, 1);
throw new Exception($message, 1);
} else {
switch ($errorLevel) {
    (1-1/1)