mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/attach-dl] Remove commented statement.
PHPBB3-11042
This commit is contained in:
parent
aa6effbb0c
commit
c221294fb2
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ else if ($download_id)
|
||||||
{
|
{
|
||||||
$attachment['physical_filename'] = 'thumb_' . $attachment['physical_filename'];
|
$attachment['physical_filename'] = 'thumb_' . $attachment['physical_filename'];
|
||||||
}
|
}
|
||||||
else if (($display_cat == ATTACHMENT_CATEGORY_NONE/* || $display_cat == ATTACHMENT_CATEGORY_IMAGE*/) && !$attachment['is_orphan'] && !phpbb_http_byte_range($attachment['filesize']))
|
else if ($display_cat == ATTACHMENT_CATEGORY_NONE && !$attachment['is_orphan'] && !phpbb_http_byte_range($attachment['filesize']))
|
||||||
{
|
{
|
||||||
// Update download count
|
// Update download count
|
||||||
phpbb_increment_downloads($db, $attachment['attach_id']);
|
phpbb_increment_downloads($db, $attachment['attach_id']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue