mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[feature/attach-dl] Correct comment for post_id and topic_id case.
PHPBB3-11042
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user