From cb2841ac4411059d2ce7314e5725c90b7f133759 Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Mon, 29 Jul 2013 11:43:45 +0100 Subject: Reset dirty expression fields on save as well --- idiorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3