From 8a8f48528ad9d314d2a1f289951d3c931ee672b8 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 7 Aug 2012 13:40:53 +0200 Subject: [feature/attach-dl] Correct comment for post_id and topic_id case. PHPBB3-11042 --- phpBB/download/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/download') diff --git a/phpBB/download/file.php b/phpBB/download/file.php index 7044400f90..11e61972b5 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -296,7 +296,7 @@ else if ($download_id) } else { - // sizeof($attachments) > 1 + // sizeof($attachments) >= 1 if ($post_id) { $sql = 'SELECT p.forum_id, f.forum_password, f.parent_id -- cgit v1.2.1