1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge branch 'develop' of github.com:marc1706/phpbb3 into feature/avatars

This commit is contained in:
Marc Alexander
2012-12-24 14:34:10 +01:00
144 changed files with 4213 additions and 2301 deletions

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);