Skip to content
Snippets Groups Projects
Verified Commit c063eb10 authored by Damien's avatar Damien
Browse files

FIX #9037 Fix checked attachments

parent 49e45454
No related branches found
No related tags found
No related merge requests found
......@@ -818,6 +818,7 @@ if ($mode == 'add') {
.'" title="'.$description
.'"><input style="margin-left: 3px" type="checkbox" id="join_attachment_'.$id.'" name="'.$inputName.'"';
$checked = '';
if (($isVersion && in_array($id, $emailArray['attachments_version'])) || (!$isVersion && in_array($id, $emailArray['attachments']))) {
$checked = ' checked="checked"';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment