Fix to start with one for each type as adding now works

This commit is contained in:
iliajie
2023-01-08 01:48:15 +02:00
parent 4117119c44
commit 8fabb28e7a

View File

@ -514,7 +514,7 @@ if (@fwdmail) {
}
# Display new attachment fields
&show_attachments_fields(3, $access{'canattach'});
&show_attachments_fields(1, $access{'canattach'});
print &ui_form_end([ [ undef, $text{'reply_send'} ] ]);