summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2011-10-13 16:56:44 +0200
committerTimothy Warren <tim@timshomepage.net>2011-10-13 16:56:44 +0200
commit233b671f0f704ad75685ef9845ae9267643dd77d (patch)
tree891a91e8355b760a54547627292f3b1ef34c39b0 /index.php
parentbb117677ab5a6096168f7c052853c94ecba19339 (diff)
Added backtrace contstant
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index c50cfed43..312fbfb1d 100644
--- a/index.php
+++ b/index.php
@@ -34,6 +34,7 @@ if (defined('ENVIRONMENT'))
{
case 'development':
error_reporting(-1);
+ define('SHOW_ERROR_BACKTRACE', TRUE);
break;
case 'testing':