mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-19 15:17:16 +01:00
Merge pull request #5138 from senky/ticket/15559
[ticket/15559] Fix wrongly assigned uid and bitfield
This commit is contained in:
commit
4b0a04b109
@ -53,8 +53,8 @@ class report_handler_pm extends report_handler
|
||||
'user_notify' => $user_notify,
|
||||
'report_text' => $report_text,
|
||||
'reported_post_text' => $this->report_data['message_text'],
|
||||
'reported_post_uid' => $this->report_data['bbcode_bitfield'],
|
||||
'reported_post_bitfield' => $this->report_data['bbcode_uid'],
|
||||
'reported_post_uid' => $this->report_data['bbcode_uid'],
|
||||
'reported_post_bitfield' => $this->report_data['bbcode_bitfield'],
|
||||
'reported_post_enable_bbcode' => $this->report_data['enable_bbcode'],
|
||||
'reported_post_enable_smilies' => $this->report_data['enable_smilies'],
|
||||
'reported_post_enable_magic_url' => $this->report_data['enable_magic_url'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user