mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@8110 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4d37535aca
commit
dc5206aedd
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ function compose_pm($id, $mode, $action)
|
|||
$pm_data = array(
|
||||
'msg_id' => (int) $msg_id,
|
||||
'from_user_id' => $user->data['user_id'],
|
||||
'from_user_ip' => $user->data['user_ip'],
|
||||
'from_user_ip' => $user->ip,
|
||||
'from_username' => $user->data['username'],
|
||||
'reply_from_root_level' => (isset($post['root_level'])) ? (int) $post['root_level'] : 0,
|
||||
'reply_from_msg_id' => (int) $msg_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue