commit | 9fcc28a29299fbbc242f87bf1b1e61fda6543886 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Oct 21 17:49:47 2006 +0000 |
committer | admin <devnull@localhost> | Sat Oct 21 17:49:47 2006 +0000 |
tree | 4256b0fb41fc86de53ab626299a85032a1f60028 | |
parent | ae3fbabe663d4f5f853e511b2e4619553787d3ad [diff] [blame] |
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 86493e7..aee5ce6 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php
@@ -171,7 +171,7 @@ $segment_two = ($this->CI->uri->segment(2) == FALSE) ? 'index' : $this->CI->uri->segment(2); } - $dir_path = $this->CI->db->cachedir.md5($segment_one.'+'.$segment_two).'/'; + $dir_path = $this->CI->db->cachedir.$segment_one.'+'.$segment_two.'/'; delete_files($dir_path, TRUE); }