diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-10-25 08:21:38 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-10-25 08:21:38 +0200 |
| commit | fd95355c6129043e09d189c193ff5d1abde8db96 (patch) | |
| tree | 6c8db1854d475b2b15c1b5c98c77e5f9f9fa1ff3 /phpBB | |
| parent | ae6c3b0d34c662f107fb7cb8d9e26e5bd252a3b3 (diff) | |
| parent | a62141ea68e904927032276cb73ad483cbb93a1d (diff) | |
| download | forums-fd95355c6129043e09d189c193ff5d1abde8db96.tar forums-fd95355c6129043e09d189c193ff5d1abde8db96.tar.gz forums-fd95355c6129043e09d189c193ff5d1abde8db96.tar.bz2 forums-fd95355c6129043e09d189c193ff5d1abde8db96.tar.xz forums-fd95355c6129043e09d189c193ff5d1abde8db96.zip | |
Merge pull request #5417 from toxyy/ticket/15841
[ticket/15841] Allow postrow pm link to be modified by event
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 28e00dc6fa..55b41aa7fa 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -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', |
