1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2018-10-25 08:21:43 +02:00

View File

@@ -2115,7 +2115,7 @@ for ($i = 0, $end = count($post_list); $i < $end; ++$i)
array(
'ID' => 'pm',
'NAME' => $user->lang['SEND_PRIVATE_MESSAGE'],
'U_CONTACT' => $u_pm,
'U_CONTACT' => $post_row['U_PM'],
),
array(
'ID' => 'email',