commit | 5a6814e2c832186e61d15e2032c4ad41932c4f49 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Mar 04 15:44:12 2013 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Mar 04 15:44:12 2013 +0200 |
tree | f6a7143e997a111109798e0a0ed23effea4b27a7 | |
parent | bb5cf0a51ce1aecf1dc5ebeb38336f59388321ef [diff] [blame] |
Fix #2301
diff --git a/system/core/Common.php b/system/core/Common.php index 9baf5e3..10c2237 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -1,4 +1,3 @@ - <?php /** * CodeIgniter @@ -385,7 +384,7 @@ { $exit_status = EXIT_ERROR; } - + $_error =& load_class('Exceptions', 'core'); echo $_error->show_error($heading, $message, 'error_general', $status_code); exit($exit_status);