mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/attach-dl] Correct comment for post_id and topic_id case.
PHPBB3-11042
This commit is contained in:
parent
89c102a744
commit
8a8f48528a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue