mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 22:14:59 +02:00
[ticket/12265] Actually use $u_pm.
PHPBB3-12265
This commit is contained in:
parent
05dec34917
commit
ed4b72d1f2
@ -271,7 +271,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
|
||||
array(
|
||||
'ID' => 'pm',
|
||||
'NAME' => $user->lang['PRIVATE_MESSAGE'],
|
||||
'U_CONTACT' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&mode=compose&u=' . $author_id)
|
||||
'U_CONTACT' => $u_pm,
|
||||
),
|
||||
array(
|
||||
'ID' => 'email',
|
||||
|
Loading…
x
Reference in New Issue
Block a user