1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 04:24:56 +02:00

[ticket/11243] Show download all link on all pages of topic with attachments

PHPBB3-11243
This commit is contained in:
David King 2012-12-11 11:42:34 -05:00
parent 2212294ba3
commit 53c4a328a6

View File

@ -1353,7 +1353,7 @@ if (sizeof($attach_list))
}
$template->assign_vars(array(
'S_HAS_ATTACHMENTS' => !empty($attachments),
'S_HAS_ATTACHMENTS' => $topic_data['topic_attachment'],
));
$methods = phpbb_gen_download_links('topic_id', $topic_id, $phpbb_root_path, $phpEx);