Index: branches/5.3.x/core/units/content/content_eh.php =================================================================== diff -u -N -r15974 -r16111 --- branches/5.3.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15974) +++ branches/5.3.x/core/units/content/content_eh.php (.../content_eh.php) (revision 16111) @@ -1,6 +1,6 @@ SetFieldsFromHash($field_values, $this->getRequestProtectedFields($field_values)); + $object->SetFieldsFromHash($field_values); + $event->setEventParam('form_data', $field_values); $updated = $object->Update(); if ( $updated ) { @@ -270,4 +271,4 @@ return Array(&$object, &$revision); } - } \ No newline at end of file + }