aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/mcp/mcp_queue.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/mcp/mcp_queue.php')
-rw-r--r--phpBB/modules/mcp/mcp_queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/mcp/mcp_queue.php b/phpBB/modules/mcp/mcp_queue.php
index 0db75dd268..2fa80602fe 100644
--- a/phpBB/modules/mcp/mcp_queue.php
+++ b/phpBB/modules/mcp/mcp_queue.php
@@ -140,7 +140,7 @@ class mcp_queue
if ($post_info['post_attachment'] && $auth->acl_get('u_download') && $auth->acl_get('f_download', $post_info['forum_id']))
{
- $extensions = cache::obtain_attach_extensions($post_info['forum_id']);
+ $extensions = phpbb_cache::obtain_extensions_forum($post_info['forum_id']);
$sql = 'SELECT *
FROM ' . ATTACHMENTS_TABLE . '