diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-24 00:40:45 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-24 00:40:45 +0000 |
commit | 3d1dcb496641993d2da76b70e2ffc02af41aec34 (patch) | |
tree | 101c2a85812b231366a588e7cb4e52d4c7861822 /modules/system/system.admin.inc | |
parent | 251a761eaa58b6f5e1eac7ff02a5d879e22eaa77 (diff) | |
download | brdo-3d1dcb496641993d2da76b70e2ffc02af41aec34.tar.gz brdo-3d1dcb496641993d2da76b70e2ffc02af41aec34.tar.bz2 |
Removing #137932 which was committed prematurely.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index febfcde06..970c0488a 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -517,6 +517,7 @@ function system_theme_settings(&$form_state, $key = '') { } } } + $form['#attributes'] = array('enctype' => 'multipart/form-data'); $form = system_settings_form($form); // We don't want to call system_settings_form_submit(), so change #submit. |