aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/acp/acp_users.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/acp/acp_users.php')
-rw-r--r--phpBB/modules/acp/acp_users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/acp/acp_users.php b/phpBB/modules/acp/acp_users.php
index ab48f3b186..0cb973058c 100644
--- a/phpBB/modules/acp/acp_users.php
+++ b/phpBB/modules/acp/acp_users.php
@@ -31,7 +31,7 @@ class acp_users
function main($id, $mode)
{
- global $config, $db, $user, $auth, $template, $cache, $file_uploads;
+ global $config, $db, $user, $auth, $template, $file_uploads;
$user->add_lang(array('posting', 'ucp', 'acp/users'));
$this->tpl_name = 'acp_users';