aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-15 09:15:52 -0700
committerCesar G <prototech91@gmail.com>2014-04-15 09:15:52 -0700
commited4b72d1f2e1cc96ebec845f9af97db406065c6b (patch)
treeac376107963b13dc16a897614f2c63b43d4cd9a0 /phpBB
parent05dec34917a057a4f28894869e5d3872d0ea1f3b (diff)
downloadforums-ed4b72d1f2e1cc96ebec845f9af97db406065c6b.tar
forums-ed4b72d1f2e1cc96ebec845f9af97db406065c6b.tar.gz
forums-ed4b72d1f2e1cc96ebec845f9af97db406065c6b.tar.bz2
forums-ed4b72d1f2e1cc96ebec845f9af97db406065c6b.tar.xz
forums-ed4b72d1f2e1cc96ebec845f9af97db406065c6b.zip
[ticket/12265] Actually use $u_pm.
PHPBB3-12265
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/ucp/ucp_pm_viewmessage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_viewmessage.php b/phpBB/includes/ucp/ucp_pm_viewmessage.php
index 1cdb87ebf0..44d067b5fc 100644
--- a/phpBB/includes/ucp/ucp_pm_viewmessage.php
+++ b/phpBB/includes/ucp/ucp_pm_viewmessage.php
@@ -271,7 +271,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
array(
'ID' => 'pm',
'NAME' => $user->lang['PRIVATE_MESSAGE'],
- 'U_CONTACT' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;mode=compose&amp;u=' . $author_id)
+ 'U_CONTACT' => $u_pm,
),
array(
'ID' => 'email',