diff options
author | David M <davidmj@users.sourceforge.net> | 2007-07-22 22:29:15 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-07-22 22:29:15 +0000 |
commit | 9350d33230ed0c079666d2054abeecee3fa57b33 (patch) | |
tree | 5780f4273dd978f11c616ac54a5f9a7f32afa715 /phpBB/includes/acp/acp_main.php | |
parent | 088874004d0d984c925d1cced61f3657cc412b42 (diff) | |
download | forums-9350d33230ed0c079666d2054abeecee3fa57b33.tar forums-9350d33230ed0c079666d2054abeecee3fa57b33.tar.gz forums-9350d33230ed0c079666d2054abeecee3fa57b33.tar.bz2 forums-9350d33230ed0c079666d2054abeecee3fa57b33.tar.xz forums-9350d33230ed0c079666d2054abeecee3fa57b33.zip |
#13713
git-svn-id: file:///svn/phpbb/trunk@7922 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_main.php')
-rw-r--r-- | phpBB/includes/acp/acp_main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_main.php b/phpBB/includes/acp/acp_main.php index f7205a6b7a..b43ca5f9dd 100644 --- a/phpBB/includes/acp/acp_main.php +++ b/phpBB/includes/acp/acp_main.php @@ -18,7 +18,7 @@ class acp_main function main($id, $mode) { 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 if ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) |