aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/acp/acp_profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/acp/acp_profile.php')
-rw-r--r--phpBB/modules/acp/acp_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/acp/acp_profile.php b/phpBB/modules/acp/acp_profile.php
index 629ac34e43..75bbd1ab14 100644
--- a/phpBB/modules/acp/acp_profile.php
+++ b/phpBB/modules/acp/acp_profile.php
@@ -28,7 +28,7 @@ class acp_profile
function main($id, $mode)
{
- global $config, $db, $user, $auth, $template, $cache;
+ global $config, $db, $user, $auth, $template;
include(PHPBB_ROOT_PATH . 'includes/functions_posting.' . PHP_EXT);
include(PHPBB_ROOT_PATH . 'includes/functions_user.' . PHP_EXT);