changing LOG_ERROR to LOG_ERR in core files

This commit is contained in:
Rachman Chavik 2012-05-11 20:42:54 +07:00
parent 595cad84b3
commit e6860fb856
5 changed files with 8 additions and 8 deletions

View file

@ -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: