Index: db/dbitem.php =================================================================== --- db/dbitem.php (revision 13862) +++ db/dbitem.php (working copy) @@ -588,9 +588,7 @@ $this->saveCustomFields(); - if ($affected_rows > 0) { - $this->raiseEvent('OnAfterItemUpdate'); - } + $this->raiseEvent('OnAfterItemUpdate'); $this->OriginalFieldValues = $this->FieldValues; $this->Loaded = true;