Index: core/units/users/users_tag_processor.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/units/users/users_tag_processor.php (revision 15892) +++ core/units/users/users_tag_processor.php (revision ) @@ -346,7 +346,7 @@ return ; } - $user->SetFieldsFromHash($fields_hash); + $user->SetDBFieldsFromHash($fields_hash); $user->SetDBField('PwResetConfirm', ''); $user->SetDBField('PwRequestTime_date', NULL); $user->SetDBField('PwRequestTime_time', NULL); @@ -374,4 +374,4 @@ return $object->GetDBField('Email') ? $object->GetDBField('Email') : $object->GetDBField('Username'); } - } \ No newline at end of file + } Index: core/units/config_search/config_search_event_handler.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/units/config_search/config_search_event_handler.php (revision 16016) +++ core/units/config_search/config_search_event_handler.php (revision ) @@ -141,6 +141,7 @@ $cf_search['ModuleName'] = $this->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);