Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/config/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/config/core.php')
-rw-r--r--site/app/config/core.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/app/config/core.php b/site/app/config/core.php
index cdfe6ce..c283480 100644
--- a/site/app/config/core.php
+++ b/site/app/config/core.php
@@ -79,6 +79,7 @@ if (!defined('DEV'))
* Error constant. Used for differentiating error logging and debugging.
* Currently PHP supports LOG_DEBUG
*/
+if (!defined('LOG_ERROR'))
define('LOG_ERROR', 2);
/**
* CakePHP includes 3 types of session saves