diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-08 15:56:52 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-10 12:37:10 +0100 |
| commit | e4129687cbd5d80b73997965ba6a20b1140036d2 (patch) | |
| tree | d1969e9962e36141e627308e42d4832ad1613e2d /phpBB/viewtopic.php | |
| parent | 8744b0da6d050275f9f2da8f12068238fd44da3c (diff) | |
| download | forums-e4129687cbd5d80b73997965ba6a20b1140036d2.tar forums-e4129687cbd5d80b73997965ba6a20b1140036d2.tar.gz forums-e4129687cbd5d80b73997965ba6a20b1140036d2.tar.bz2 forums-e4129687cbd5d80b73997965ba6a20b1140036d2.tar.xz forums-e4129687cbd5d80b73997965ba6a20b1140036d2.zip | |
[ticket/12171] Split post and pm download links
PHPBB3-12171
PHPBB3-12172
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 fab8e3b474..a7b9157ae5 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1740,7 +1740,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i) ); } - $methods = phpbb_gen_download_links('post_msg_id', $row['post_id'], $phpbb_root_path, $phpEx); + $methods = phpbb_gen_download_links('post_id', $row['post_id'], $phpbb_root_path, $phpEx); foreach ($methods as $method) { $template->assign_block_vars('postrow.dl_method', $method); |
