commit | d8efc9559c0fdd4cb75f621042eb028a762fd984 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Mar 04 05:46:08 2013 -0800 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Mar 04 05:46:08 2013 -0800 |
tree | 47c03346f1dda662b8fac13226fdcecd7ff20c4b | |
parent | 5a6814e2c832186e61d15e2032c4ad41932c4f49 [diff] | |
parent | 83c344efcae85ef3f07453bda70292a6bb628178 [diff] |
Merge pull request #2300 from vlakoff/develop Cache file driver: clean() now preserves .htaccess and index files
diff --git a/system/core/Common.php b/system/core/Common.php index 9baf5e3..10c2237 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -1,4 +1,3 @@ - <?php /** * CodeIgniter @@ -385,7 +384,7 @@ { $exit_status = EXIT_ERROR; } - + $_error =& load_class('Exceptions', 'core'); echo $_error->show_error($heading, $message, 'error_general', $status_code); exit($exit_status);