mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
316ac77cdf
1 changed files with 1 additions and 1 deletions
|
@ -2115,7 +2115,7 @@ for ($i = 0, $end = count($post_list); $i < $end; ++$i)
|
||||||
array(
|
array(
|
||||||
'ID' => 'pm',
|
'ID' => 'pm',
|
||||||
'NAME' => $user->lang['SEND_PRIVATE_MESSAGE'],
|
'NAME' => $user->lang['SEND_PRIVATE_MESSAGE'],
|
||||||
'U_CONTACT' => $u_pm,
|
'U_CONTACT' => $post_row['U_PM'],
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'ID' => 'email',
|
'ID' => 'email',
|
||||||
|
|
Loading…
Add table
Reference in a new issue