aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/download')
-rw-r--r--phpBB/download/file.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php
index d000fc49d2..94dbb9bb51 100644
--- a/phpBB/download/file.php
+++ b/phpBB/download/file.php
@@ -230,7 +230,7 @@ else if ($download_id)
{
if (!$attachment['in_message'])
{
- phpbb_download_check_forum_auth($db, $auth, $attachment['topic_id']);
+ phpbb_download_handle_forum_auth($db, $auth, $attachment['topic_id']);
}
else
{
@@ -302,7 +302,7 @@ else
// sizeof($attachments) >= 1
if (!$attachment['in_message'])
{
- phpbb_download_check_forum_auth($db, $auth, $attachment['topic_id']);
+ phpbb_download_handle_forum_auth($db, $auth, $attachment['topic_id']);
}
else
{