summaryrefslogtreecommitdiffstats
path: root/system/core/Exceptions.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-09-24 14:17:28 +0200
committerAndrey Andreev <narf@devilix.net>2015-09-24 14:17:28 +0200
commit84f24c23baf5ea45c30c4ab3cbc57cd846ea0f56 (patch)
tree0e2f9f15f0b984a4946f0090b8c09a37c881df2d /system/core/Exceptions.php
parentc25d56f3065dd2dbe7169e1d71cfef004b997e92 (diff)
Fix #4137
Diffstat (limited to 'system/core/Exceptions.php')
-rw-r--r--system/core/Exceptions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php
index fc25f57e6..d8f62c0fe 100644
--- a/system/core/Exceptions.php
+++ b/system/core/Exceptions.php
@@ -187,7 +187,7 @@ class CI_Exceptions {
// --------------------------------------------------------------------
- public function show_exception(Exception $exception)
+ public function show_exception($exception)
{
$templates_path = config_item('error_views_path');
if (empty($templates_path))