Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-03-01 16:50:31 +01:00
commit eaea09047f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -706,8 +706,9 @@ function compose_pm($id, $mode, $action, $user_folders = array())
'message' => $message, 'message' => $message,
'u' => $to_user_id, 'u' => $to_user_id,
'g' => $to_group_id, 'g' => $to_group_id,
'p' => $msg_id) 'p' => $msg_id,
); 'attachment_data' => $message_parser->attachment_data,
));
$s_hidden_fields .= build_address_field($address_list); $s_hidden_fields .= build_address_field($address_list);
confirm_box(false, 'SAVE_DRAFT', $s_hidden_fields); confirm_box(false, 'SAVE_DRAFT', $s_hidden_fields);