diff --git a/core/modules/user/user.install b/core/modules/user/user.install index 5379e02..7ee5c0f 100644 --- a/core/modules/user/user.install +++ b/core/modules/user/user.install @@ -729,7 +729,7 @@ function user_update_8011() { 'title_field' => 0, 'max_resolution' => update_variable_get('user_picture_dimensions', '85x85'), 'min_resolution' => '', - 'default_image' => !empty($default_image_fid) ? array($default_image_fid) : array(), + 'default_image' => !empty($default_image_fid) ? $default_image_fid : array(), ), 'widget' => array( 'module' => 'image',