diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index 704c9bc421..5a220639eb 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -15,7 +15,7 @@ class acp_attachments { function main($id, $mode) { - global $db, $user, $auth, $template; + global $db, $user, $auth, $template, $cache; global $config, $SID, $phpbb_admin_path, $phpbb_root_path, $phpEx; $u_action = "{$phpbb_admin_path}index.$phpEx$SID&i=$id&mode=$mode";