1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 08:12:17 +02:00

[ticket/15841] Allow postrow pm link to be modified by event

Allow postrow.contact pm link to be modified by event above
All other variables in postrow.contact can be modified by the event already
This lets you hide all contact info on a per user basis

PHPBB3-15841
This commit is contained in:
Alec 2018-10-15 21:57:23 -04:00
parent 7e003bf687
commit a62141ea68

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',