commit | 36e644241623461d6ac9531bdc5a61ee40b28be4 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sun Oct 22 01:30:50 2006 +0000 |
committer | admin <devnull@localhost> | Sun Oct 22 01:30:50 2006 +0000 |
tree | d1f5573a2f5505687417f60c9cce85f5baf23232 | |
parent | e334c472fb4be44feec3a73402fc4a2b062cbfc0 [diff] [blame] |
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index ab8a6a8..61f0d30 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -234,9 +234,9 @@ { if ($this->_cache_init()) { + $this->load_rdriver(); if (FALSE !== ($cache = $this->CACHE->read($sql))) { - $this->load_rdriver(); return $cache; } }