mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove unused define.
The LOG_ERROR constant is no longer used by the logging system. It is an unused relic from 1.x. Additionally changing the value of ERROR to not be error creates counterintuitive code. Fixes #3762
This commit is contained in:
parent
8eb56960d8
commit
d01d291d13
2 changed files with 0 additions and 12 deletions
|
@ -150,12 +150,6 @@
|
|||
*/
|
||||
//Configure::write('Cache.viewPrefix', 'prefix');
|
||||
|
||||
/**
|
||||
* Defines the default error type when using the log() function. Used for
|
||||
* differentiating error logging and debugging. Currently PHP supports LOG_DEBUG.
|
||||
*/
|
||||
define('LOG_ERROR', LOG_ERR);
|
||||
|
||||
/**
|
||||
* Session configuration.
|
||||
*
|
||||
|
|
|
@ -150,12 +150,6 @@
|
|||
*/
|
||||
//Configure::write('Cache.viewPrefix', 'prefix');
|
||||
|
||||
/**
|
||||
* Defines the default error type when using the log() function. Used for
|
||||
* differentiating error logging and debugging. Currently PHP supports LOG_DEBUG.
|
||||
*/
|
||||
define('LOG_ERROR', LOG_ERR);
|
||||
|
||||
/**
|
||||
* Session configuration.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue