1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-12 02:25:18 +02:00

- fix "Adding attachment extension fails"

git-svn-id: file:///svn/phpbb/trunk@5527 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-02-05 14:28:52 +00:00
parent db145d79b3
commit ddecabbec7

View File

@ -15,7 +15,7 @@ class acp_attachments
{ {
function main($id, $mode) 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; global $config, $SID, $phpbb_admin_path, $phpbb_root_path, $phpEx;
$u_action = "{$phpbb_admin_path}index.$phpEx$SID&i=$id&mode=$mode"; $u_action = "{$phpbb_admin_path}index.$phpEx$SID&i=$id&mode=$mode";