mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/attach-dl] Added docblock for renamed download_check_forum_auth
PHPBB3-11042
This commit is contained in:
@@ -230,7 +230,7 @@ else if ($download_id)
|
||||
{
|
||||
if (!$attachment['in_message'])
|
||||
{
|
||||
phpbb_download_handle_passworded_forum($db, $auth, $attachment['topic_id']);
|
||||
phpbb_download_check_forum_auth($db, $auth, $attachment['topic_id']);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -329,7 +329,7 @@ else
|
||||
// sizeof($attachments) >= 1
|
||||
if (!$attachment['in_message'])
|
||||
{
|
||||
phpbb_download_handle_passworded_forum($db, $auth, $attachment['topic_id']);
|
||||
phpbb_download_check_forum_auth($db, $auth, $attachment['topic_id']);
|
||||
}
|
||||
|
||||
if (!class_exists('compress'))
|
||||
|
Reference in New Issue
Block a user