Index: branches/5.2.x/core/units/content/content_eh.php =================================================================== diff -u -N -r15856 -r16016 --- branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15856) +++ branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 16016) @@ -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 ) { @@ -257,4 +258,4 @@ return Array (&$object, &$revision); } - } \ No newline at end of file + }