From ddecabbec7f5b043607de844adf174d3bf867a45 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 5 Feb 2006 14:28:52 +0000 Subject: [PATCH] - fix "Adding attachment extension fails" git-svn-id: file:///svn/phpbb/trunk@5527 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";