mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'remotes/imkingdavid/ticket/11243' into develop
This commit is contained in:
commit
9420647c43
1 changed files with 1 additions and 1 deletions
|
@ -1353,7 +1353,7 @@ if (sizeof($attach_list))
|
||||||
}
|
}
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$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);
|
$methods = phpbb_gen_download_links('topic_id', $topic_id, $phpbb_root_path, $phpEx);
|
||||||
|
|
Loading…
Add table
Reference in a new issue