diff options
author | Andrey Andreev <narf@devilix.net> | 2015-09-24 14:17:28 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-09-24 14:17:28 +0200 |
commit | 84f24c23baf5ea45c30c4ab3cbc57cd846ea0f56 (patch) | |
tree | 0e2f9f15f0b984a4946f0090b8c09a37c881df2d /system | |
parent | c25d56f3065dd2dbe7169e1d71cfef004b997e92 (diff) |
Fix #4137
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Exceptions.php | 2 |
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)) |