aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-11 12:24:28 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-11 12:24:28 -0600
commit9420647c43b300699afe6fe72f09d1746daf64a2 (patch)
tree1c9a553e2a30db5cb16d6e06d247e47f503307c6 /phpBB
parent2212294ba39bc99a0cde3ebc278d1258d9f2abe4 (diff)
parent53c4a328a65098eb6cfb281c579906984333d822 (diff)
downloadforums-9420647c43b300699afe6fe72f09d1746daf64a2.tar
forums-9420647c43b300699afe6fe72f09d1746daf64a2.tar.gz
forums-9420647c43b300699afe6fe72f09d1746daf64a2.tar.bz2
forums-9420647c43b300699afe6fe72f09d1746daf64a2.tar.xz
forums-9420647c43b300699afe6fe72f09d1746daf64a2.zip
Merge remote-tracking branch 'remotes/imkingdavid/ticket/11243' into develop
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 3fde5b5e03..bd2c7bea77 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -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);