Index: branches/5.2.x/core/units/config_search/config_search_event_handler.php =================================================================== diff -u -N -r15145 -r16016 --- branches/5.2.x/core/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 15145) +++ branches/5.2.x/core/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 16016) @@ -1,6 +1,6 @@ Conn->GetOne($sql); $object->SetFieldsFromHash($cf_search); + $event->setEventParam('form_data', $cf_search); $object->SetDBField('CustomFieldId', $custom_id); if ( $object->isLoaded() ) { @@ -151,4 +152,4 @@ $object->Create(); } } - } \ No newline at end of file + }