diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 21:08:49 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 21:08:49 +0200 |
commit | 1a361209cf77133d2a38132cebe1db17df04a7d4 (patch) | |
tree | 9132215eecd4fae44e6dd3e24f5928b8a5d3cad9 /system/core/Exceptions.php | |
parent | 7fd46308949522f1c7c8853381c2ce7cea093c9a (diff) | |
parent | 5bc7a2393187a25f832f18552dbdb8defb23e9d1 (diff) |
Merge upstream branch
Diffstat (limited to 'system/core/Exceptions.php')
-rwxr-xr-x | system/core/Exceptions.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php index d7282b1f3..f36b31598 100755 --- a/system/core/Exceptions.php +++ b/system/core/Exceptions.php @@ -25,8 +25,6 @@ * @filesource */ -// ------------------------------------------------------------------------ - /** * Exceptions Class * @@ -163,7 +161,7 @@ class CI_Exceptions { * @param string the error line number * @return string */ - function show_php_error($severity, $message, $filepath, $line) + public function show_php_error($severity, $message, $filepath, $line) { $severity = ( ! isset($this->levels[$severity])) ? $severity : $this->levels[$severity]; $filepath = str_replace('\\', '/', $filepath); @@ -189,4 +187,4 @@ class CI_Exceptions { } /* End of file Exceptions.php */ -/* Location: ./system/core/Exceptions.php */ +/* Location: ./system/core/Exceptions.php */
\ No newline at end of file |