Vaguely working

This commit is contained in:
Karl Cordes 2016-04-30 13:02:57 +10:00
parent 17c5a138de
commit 9a29409107

View file

@ -145,7 +145,7 @@ Configure::write('Cache.disable', true);
* 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', 0);
define('LOG_ERROR', 1);
/**
* The preferred session handling method. Valid values:
*