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/viewtopic.php | |
| 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/viewtopic.php')
| -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 9f044e0a89..41566219b9 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1606,7 +1606,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i) ); } - $methods = phpbb_gen_download_links('post_id', $row['post_id'], $phpbb_root_path, $phpEx); + $methods = phpbb_gen_download_links('post_msg_id', $row['post_id'], $phpbb_root_path, $phpEx); foreach ($methods as $method) { $template->assign_block_vars('postrow.dl_method', $method); |
