git-svn-id: file:///svn/phpbb/trunk@7922 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-07-22 22:29:15 +00:00
parent 088874004d
commit 9350d33230

View file

@ -18,7 +18,7 @@ class acp_main
function main($id, $mode) function main($id, $mode)
{ {
global $config, $db, $user, $auth, $template; global $config, $db, $user, $auth, $template;
global $phpbb_root_path, $phpbb_admin_path, $phpEx, $table_prefix; global $phpbb_root_path, $phpbb_admin_path, $phpEx;
// Show restore permissions notice // Show restore permissions notice
if ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) if ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm'))