summaryrefslogtreecommitdiff
path: root/modules/user/user.pages.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.pages.inc')
-rw-r--r--modules/user/user.pages.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc
index 8748635dc..6cdc30c34 100644
--- a/modules/user/user.pages.inc
+++ b/modules/user/user.pages.inc
@@ -279,7 +279,6 @@ function user_profile_form($form_state, $account, $category = 'account') {
'#submit' => array('user_edit_cancel_submit'),
);
}
- $form['#attributes']['enctype'] = 'multipart/form-data';
return $form;
}