summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-15 13:00:26 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-15 13:00:26 -0500
commit96a01c86d9bd15f9dc91c60be6f236deab2ffad9 (patch)
treedb06b9a5ab2b03a0475f536b9792435059f999e9 /system
parent16b8b8d16b8b46fe1e60b2a86f9ee5883dbc892f (diff)
parent5b6c138da1e53e93e4de8079885fcef29d12e673 (diff)
Merge branch 'master' into jquery_190
Diffstat (limited to 'system')
-rw-r--r--system/libraries/ORM.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/libraries/ORM.php b/system/libraries/ORM.php
index eb34221c..16e047bc 100644
--- a/system/libraries/ORM.php
+++ b/system/libraries/ORM.php
@@ -1469,6 +1469,7 @@ class ORM_Core {
// Load the result
$result = $this->db_builder->execute($this->db);
+ $this->db_applied = array();
if ($array === TRUE)
{