summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/contact/contact.pages.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/contact/contact.pages.inc b/modules/contact/contact.pages.inc
index 1054d5882..dc7d631c9 100644
--- a/modules/contact/contact.pages.inc
+++ b/modules/contact/contact.pages.inc
@@ -88,6 +88,9 @@ function contact_mail_page() {
'#title' => t('Send yourself a copy.'),
);
}
+ else {
+ $form['copy'] = array('#type' => 'value', '#value' => FALSE);
+ }
$form['submit'] = array('#type' => 'submit',
'#value' => t('Send e-mail'),
);