mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
eaea09047f
1 changed files with 3 additions and 2 deletions
|
@ -706,8 +706,9 @@ function compose_pm($id, $mode, $action, $user_folders = array())
|
|||
'message' => $message,
|
||||
'u' => $to_user_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);
|
||||
|
||||
confirm_box(false, 'SAVE_DRAFT', $s_hidden_fields);
|
||||
|
|
Loading…
Add table
Reference in a new issue