mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02:00
Merge pull request #5417 from toxyy/ticket/15841
[ticket/15841] Allow postrow pm link to be modified by event
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user