diff options
Diffstat (limited to 'modules/contact.module')
-rw-r--r-- | modules/contact.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact.module b/modules/contact.module index 23ed375af..1c0b100a8 100644 --- a/modules/contact.module +++ b/modules/contact.module @@ -240,7 +240,7 @@ function contact_mail_page() { if (!$edit['subject']) { form_set_error('subject', t('You must select a valid subject.')); } - + if (!form_get_errors()) { // Prepare the sender: $from = $edit['mail']; |