commit | 84f24c23baf5ea45c30c4ab3cbc57cd846ea0f56 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Sep 24 15:17:28 2015 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Thu Sep 24 15:17:28 2015 +0300 |
tree | 0e2f9f15f0b984a4946f0090b8c09a37c881df2d | |
parent | c25d56f3065dd2dbe7169e1d71cfef004b997e92 [diff] [blame] |
Fix #4137
diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php index fc25f57..d8f62c0 100644 --- a/system/core/Exceptions.php +++ b/system/core/Exceptions.php
@@ -187,7 +187,7 @@ // -------------------------------------------------------------------- - public function show_exception(Exception $exception) + public function show_exception($exception) { $templates_path = config_item('error_views_path'); if (empty($templates_path))