mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12566] Also changed for ucp_pm_viewmessage.php
PHPBB3-12566
This commit is contained in:
parent
8ecb6b2aa2
commit
0baf501569
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
|
||||||
$contact_fields = array(
|
$contact_fields = array(
|
||||||
array(
|
array(
|
||||||
'ID' => 'pm',
|
'ID' => 'pm',
|
||||||
'NAME' => $user->lang['PRIVATE_MESSAGE'],
|
'NAME' => $user->lang['SEND_PRIVATE_MESSAGE'],
|
||||||
'U_CONTACT' => $u_pm,
|
'U_CONTACT' => $u_pm,
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue