summaryrefslogtreecommitdiffstats
path: root/system/database/DB_active_rec.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/database/DB_active_rec.php')
-rw-r--r--system/database/DB_active_rec.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php
index b3bf02a8b..263172a86 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -1449,10 +1449,7 @@ class CI_DB_active_record extends CI_DB_driver {
*/
function _compile_select($select_override = FALSE)
{
- if ($this->ar_caching === TRUE)
- {
- $this->_merge_cache();
- }
+ $this->_merge_cache();
$sql = ( ! $this->ar_distinct) ? 'SELECT ' : 'SELECT DISTINCT ';