aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-02-05 14:28:52 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-02-05 14:28:52 +0000
commitddecabbec7f5b043607de844adf174d3bf867a45 (patch)
treedcb690e79806dbd342283c8c31514406a3f47220 /phpBB/includes/acp/acp_attachments.php
parentdb145d79b312ffb2d460c7a0d9f0a51f6f07f9d5 (diff)
downloadforums-ddecabbec7f5b043607de844adf174d3bf867a45.tar
forums-ddecabbec7f5b043607de844adf174d3bf867a45.tar.gz
forums-ddecabbec7f5b043607de844adf174d3bf867a45.tar.bz2
forums-ddecabbec7f5b043607de844adf174d3bf867a45.tar.xz
forums-ddecabbec7f5b043607de844adf174d3bf867a45.zip
- fix "Adding attachment extension fails"
git-svn-id: file:///svn/phpbb/trunk@5527 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
-rw-r--r--phpBB/includes/acp/acp_attachments.php2
1 files changed, 1 insertions, 1 deletions
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&amp;i=$id&amp;mode=$mode";