summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-09-06 17:51:45 +0000
committeralecpl <alec@alec.pl>2010-09-06 17:51:45 +0000
commitd37e1e25ff4aa4f96ea8c6c1f788f65c9ae4b218 (patch)
tree97e3c30ac0837913671fc2f1bcf082801acb8dd6 /program
parent0a36c392db0120534ee6d24beed7b2333c9991cb (diff)
- Change upload box form name (was the same as compose form)
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index c154301e3..a788840a7 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -990,7 +990,7 @@ function rcmail_compose_attachment_form($attrib)
$button = new html_inputfield(array('type' => 'button'));
$out = html::div($attrib,
- $OUTPUT->form_tag(array('name' => 'form', 'method' => 'post', 'enctype' => 'multipart/form-data'),
+ $OUTPUT->form_tag(array('name' => 'uploadform', 'method' => 'post', 'enctype' => 'multipart/form-data'),
html::div(null, rcmail_compose_attachment_field(array('size' => $attrib[attachmentfieldsize]))) .
html::div('hint', rcube_label(array('name' => 'maxuploadsize', 'vars' => array('size' => $max_filesize)))) .
html::div('buttons',