mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/attach-dl] Do not check for passworted forum when it's a PM.
PHPBB3-11042
This commit is contained in:
@@ -327,8 +327,10 @@ else if ($download_id)
|
||||
else
|
||||
{
|
||||
// sizeof($attachments) >= 1
|
||||
|
||||
phpbb_download_handle_passworded_forum($db, $auth, $attachment['topic_id']);
|
||||
if (!$attachment['in_message'])
|
||||
{
|
||||
phpbb_download_handle_passworded_forum($db, $auth, $attachment['topic_id']);
|
||||
}
|
||||
|
||||
if (!class_exists('compress'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user