From 233b671f0f704ad75685ef9845ae9267643dd77d Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 13 Oct 2011 11:56:44 -0300 Subject: Added backtrace contstant --- index.php | 1 + 1 file changed, 1 insertion(+) 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': -- cgit v1.2.3-24-g4f1b