mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
changing LOG_ERROR to LOG_ERR in core files
This commit is contained in:
parent
595cad84b3
commit
e6860fb856
5 changed files with 8 additions and 8 deletions
|
@ -227,7 +227,7 @@ class Debugger {
|
|||
case E_COMPILE_ERROR:
|
||||
case E_USER_ERROR:
|
||||
$error = 'Fatal Error';
|
||||
$level = LOG_ERROR;
|
||||
$level = LOG_ERR;
|
||||
break;
|
||||
case E_WARNING:
|
||||
case E_USER_WARNING:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue