mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Fix to start with one for each type as adding now works
This commit is contained in:
@ -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'} ] ]);
|
||||
|
||||
|
Reference in New Issue
Block a user