summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-24 00:40:45 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-24 00:40:45 +0000
commit3d1dcb496641993d2da76b70e2ffc02af41aec34 (patch)
tree101c2a85812b231366a588e7cb4e52d4c7861822 /modules/user
parent251a761eaa58b6f5e1eac7ff02a5d879e22eaa77 (diff)
downloadbrdo-3d1dcb496641993d2da76b70e2ffc02af41aec34.tar.gz
brdo-3d1dcb496641993d2da76b70e2ffc02af41aec34.tar.bz2
Removing #137932 which was committed prematurely.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.pages.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc
index 9d01f3c5a..ada98b6fb 100644
--- a/modules/user/user.pages.inc
+++ b/modules/user/user.pages.inc
@@ -246,6 +246,7 @@ function user_profile_form($form_state, $account, $category = 'account') {
'#submit' => array('user_edit_delete_submit'),
);
}
+ $form['#attributes']['enctype'] = 'multipart/form-data';
return $form;
}