#210260 by dropcube: kill notice when anonymous users uses site-wide contact form
parent
5ecb68806b
commit
9c4ff53d92
|
@ -88,6 +88,9 @@ function contact_mail_page() {
|
||||||
'#title' => t('Send yourself a copy.'),
|
'#title' => t('Send yourself a copy.'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$form['copy'] = array('#type' => 'value', '#value' => FALSE);
|
||||||
|
}
|
||||||
$form['submit'] = array('#type' => 'submit',
|
$form['submit'] = array('#type' => 'submit',
|
||||||
'#value' => t('Send e-mail'),
|
'#value' => t('Send e-mail'),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue