Commit a2b4ef0f by Qiang Xue

Fixes #876.

parent 0a5b1a93
...@@ -889,6 +889,7 @@ class ActiveRecord extends Model ...@@ -889,6 +889,7 @@ class ActiveRecord extends Model
} }
$values = $this->getDirtyAttributes($attributes); $values = $this->getDirtyAttributes($attributes);
if (empty($values)) { if (empty($values)) {
$this->afterSave(false);
return 0; return 0;
} }
$condition = $this->getOldPrimaryKey(true); $condition = $this->getOldPrimaryKey(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment