Index: branches/5.3.x/core/units/config_search/config_search_event_handler.php =================================================================== diff -u -N -r15698 -r16111 --- branches/5.3.x/core/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 15698) +++ branches/5.3.x/core/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 16111) @@ -1,6 +1,6 @@ Conn->GetOne($sql); + // TODO: maybe this should be SetDBFieldsFromHash instead, because all data comes from inside. $object->SetFieldsFromHash($cf_search); + $event->setEventParam('form_data', $cf_search); $object->SetDBField('CustomFieldId', $custom_id); if ( $object->isLoaded() ) { @@ -152,4 +154,4 @@ $object->Create(); } } - } \ No newline at end of file + }