summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorGints Murans <gm@gm.lv>2012-05-30 20:15:08 +0200
committerGints Murans <gm@gm.lv>2012-05-30 20:15:08 +0200
commit8d021e647f6a094b6097d1ea89119a4047efc8dd (patch)
treebcddba15921b6e1c477e8edeb80f7840231c867a /index.php
parente526c5a3c0c03088d9fb445d932973735d992ba3 (diff)
E_ALL -> -1
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c212cac84..a11c5c1f2 100644
--- a/index.php
+++ b/index.php
@@ -55,7 +55,7 @@
switch (ENVIRONMENT)
{
case 'development':
- error_reporting(E_ALL);
+ error_reporting(-1);
ini_set('display_errors', 1);
break;