summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Common.php')
-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);