summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-03-04 14:44:12 +0100
committerAndrey Andreev <narf@bofh.bg>2013-03-04 14:44:12 +0100
commit5a6814e2c832186e61d15e2032c4ad41932c4f49 (patch)
treef6a7143e997a111109798e0a0ed23effea4b27a7 /system
parentbb5cf0a51ce1aecf1dc5ebeb38336f59388321ef (diff)
Fix #2301
Diffstat (limited to 'system')
-rw-r--r--system/core/Common.php3
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);