diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 48b3364ed..f08f74d24 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -3819,7 +3819,7 @@ abstract class DBObject implements iDisplay } try { - $this->PostUpdateActions($aChanges, $sClass); + $this->PostUpdateActions($this->m_aPreviousValuesForUpdatedAttributes, $sClass); } catch (Exception $e) { $this->LogCRUDExit(__METHOD__, 'Error: '.$e->getMessage());