mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix PM sending
git-svn-id: file:///svn/phpbb/trunk@5278 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7c14ced8ca
commit
aee876ebf4
1 changed files with 37 additions and 35 deletions
|
@ -477,6 +477,8 @@ function compose_pm($id, $mode, $action)
|
||||||
{
|
{
|
||||||
$pm_data = array(
|
$pm_data = array(
|
||||||
'msg_id' => (int) $msg_id,
|
'msg_id' => (int) $msg_id,
|
||||||
|
'from_user_id' => $user->data['user_id'],
|
||||||
|
'from_user_ip' => $user->data['user_ip'],
|
||||||
'reply_from_root_level' => (isset($root_level)) ? (int) $root_level : 0,
|
'reply_from_root_level' => (isset($root_level)) ? (int) $root_level : 0,
|
||||||
'reply_from_msg_id' => (int) $msg_id,
|
'reply_from_msg_id' => (int) $msg_id,
|
||||||
'icon_id' => (int) $icon_id,
|
'icon_id' => (int) $icon_id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue