diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-03-04 14:44:12 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-03-04 14:44:12 +0100 |
commit | 5a6814e2c832186e61d15e2032c4ad41932c4f49 (patch) | |
tree | f6a7143e997a111109798e0a0ed23effea4b27a7 /system/core/Common.php | |
parent | bb5cf0a51ce1aecf1dc5ebeb38336f59388321ef (diff) |
Fix #2301
Diffstat (limited to 'system/core/Common.php')
-rw-r--r-- | system/core/Common.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index 9baf5e315..10c22375e 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -1,4 +1,3 @@ - <?php /** * CodeIgniter @@ -385,7 +384,7 @@ if ( ! function_exists('show_error')) { $exit_status = EXIT_ERROR; } - + $_error =& load_class('Exceptions', 'core'); echo $_error->show_error($heading, $message, 'error_general', $status_code); exit($exit_status); |