summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-07-29 11:43:45 +0100
committerSimon Holywell <[email protected]>2013-07-29 11:44:42 +0100
commitcb2841ac4411059d2ce7314e5725c90b7f133759 (patch)
treec57b61fe73566940d12e4a03e1f6f8c80c64e921
parent01112f5ac14b24aed8038cc0ae99801007ef26b8 (diff)
Reset dirty expression fields on save as well
-rw-r--r--idiorm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/idiorm.php b/idiorm.php
index 5b327a6..013eacf 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -1657,7 +1657,7 @@
}
}
- $this->_dirty_fields = array();
+ $this->_dirty_fields = $this->_expr_fields = array();
return $success;
}