diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-08-07 13:40:53 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-08-07 13:40:53 +0200 |
commit | 8a8f48528ad9d314d2a1f289951d3c931ee672b8 (patch) | |
tree | c46f80ee2d7cae10f6ed2b586b024d7ddbf4077d /phpBB/download | |
parent | 89c102a744ba9ea3eafefd47fd375342bcf6bbe4 (diff) | |
download | forums-8a8f48528ad9d314d2a1f289951d3c931ee672b8.tar forums-8a8f48528ad9d314d2a1f289951d3c931ee672b8.tar.gz forums-8a8f48528ad9d314d2a1f289951d3c931ee672b8.tar.bz2 forums-8a8f48528ad9d314d2a1f289951d3c931ee672b8.tar.xz forums-8a8f48528ad9d314d2a1f289951d3c931ee672b8.zip |
[feature/attach-dl] Correct comment for post_id and topic_id case.
PHPBB3-11042
Diffstat (limited to 'phpBB/download')
-rw-r--r-- | phpBB/download/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |