diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-18 12:50:06 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-18 12:50:06 +0200 |
commit | 5160cc9a869e27a696f93f64127eef15c54f5d64 (patch) | |
tree | f7c279eea53976fc0b3c0298196ca7529c7fd91c /application/config | |
parent | 8bf00384deafdb73e00422dd5c9f541564ea85ca (diff) |
Renamed constant, added 10px margin to backtrace
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/constants.php b/application/config/constants.php index f41f86b74..ee177f5ad 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -46,7 +46,7 @@ define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b'); | of this setting | */ -define('SHOW_ERROR_BACKTRACE', TRUE); +define('SHOW_DEBUG_BACKTRACE', TRUE); /* End of file constants.php */ |