#663006 by chx: Fixed Error message on edit profile: rebuild in field_multiple_value_form()

merge-requests/26/head
Angie Byron 2010-02-11 03:41:36 +00:00
parent 91ccdda421
commit 29adf425b5
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ function user_save($account, $edit = array(), $category = 'account') {
// Get the fields form so we can recognize the fields in the $edit
// form that should not go into the serialized data array.
$field_form = array();
$field_form_state = array();
$field_form_state = form_state_defaults();
$edit = (object) $edit;
field_attach_form('user', $edit, $field_form, $field_form_state);