diff options
| author | Fyorl <gaelreth@gmail.com> | 2012-08-17 16:16:02 +0100 |
|---|---|---|
| committer | Fyorl <gaelreth@gmail.com> | 2012-08-17 16:16:02 +0100 |
| commit | 53aadd60a66c813db90aa1d54e649384679f2614 (patch) | |
| tree | 056e0d4dac2a645e5f176c2ea9cc8991d2a592ba /phpBB/includes | |
| parent | 884a213d55bfbe06b3c3d63f4596a9a52801a399 (diff) | |
| download | forums-53aadd60a66c813db90aa1d54e649384679f2614.tar forums-53aadd60a66c813db90aa1d54e649384679f2614.tar.gz forums-53aadd60a66c813db90aa1d54e649384679f2614.tar.bz2 forums-53aadd60a66c813db90aa1d54e649384679f2614.tar.xz forums-53aadd60a66c813db90aa1d54e649384679f2614.zip | |
[feature/attach-dl] Renamed $post_id to $post_msg_id
PHPBB3-11042
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/ucp/ucp_pm_viewmessage.php | 2 |
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 16fa7d630e..27111f9c9a 100644 --- a/phpBB/includes/ucp/ucp_pm_viewmessage.php +++ b/phpBB/includes/ucp/ucp_pm_viewmessage.php @@ -283,7 +283,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row) // Display not already displayed Attachments for this post, we already parsed them. ;) if (isset($attachments) && sizeof($attachments)) { - $methods = phpbb_gen_download_links('post_id', $msg_id, $phpbb_root_path, $phpEx); + $methods = phpbb_gen_download_links('post_msg_id', $msg_id, $phpbb_root_path, $phpEx); foreach ($methods as $method) { $template->assign_block_vars('dl_method', $method); |
