summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-21 19:49:47 +0200
committeradmin <devnull@localhost>2006-10-21 19:49:47 +0200
commit9fcc28a29299fbbc242f87bf1b1e61fda6543886 (patch)
tree4256b0fb41fc86de53ab626299a85032a1f60028 /system/database/DB_driver.php
parentae3fbabe663d4f5f853e511b2e4619553787d3ad (diff)
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index 848d4f1c6..a24bd20d8 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -236,6 +236,7 @@ class CI_DB_driver {
{
if (FALSE !== ($cache = $this->CACHE->read($sql)))
{
+ $this->load_rdriver();
return $cache;
}
}