diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-19 16:06:09 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-19 16:06:09 +0000 |
commit | dc73fd0cba915f27904719a7cd689c0949b342ec (patch) | |
tree | e64c4f01403889bf4a295c5e02b47dc89bc4c757 /modules/system/system.module | |
parent | 2ff7526e771ad95ef7bbf8b4538d2c2228f3be32 (diff) | |
download | brdo-dc73fd0cba915f27904719a7cd689c0949b342ec.tar.gz brdo-dc73fd0cba915f27904719a7cd689c0949b342ec.tar.bz2 |
#201540 by theborg, douggreen, Pancho: some system setting were not validated properly; also added missing required field markers
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 8dd49ba4f..497a20787 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -992,7 +992,6 @@ function system_settings_form($form) { drupal_set_message(t('The settings have not been saved because of the errors.'), 'error'); } $form['#submit'][] = 'system_settings_form_submit'; - $form['#validate'][] = 'system_settings_form_validate'; $form['#theme'] = 'system_settings_form'; return $form; } |