summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-22 03:30:50 +0200
committeradmin <devnull@localhost>2006-10-22 03:30:50 +0200
commit36e644241623461d6ac9531bdc5a61ee40b28be4 (patch)
treed1f5573a2f5505687417f60c9cce85f5baf23232 /system/database/DB_driver.php
parente334c472fb4be44feec3a73402fc4a2b062cbfc0 (diff)
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index ab8a6a8e2..61f0d307f 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -234,9 +234,9 @@ class CI_DB_driver {
{
if ($this->_cache_init())
{
+ $this->load_rdriver();
if (FALSE !== ($cache = $this->CACHE->read($sql)))
{
- $this->load_rdriver();
return $cache;
}
}