aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/mcp/mcp_reports.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/mcp/mcp_reports.php')
-rw-r--r--phpBB/modules/mcp/mcp_reports.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/mcp/mcp_reports.php b/phpBB/modules/mcp/mcp_reports.php
index 63d145eb49..a86e156438 100644
--- a/phpBB/modules/mcp/mcp_reports.php
+++ b/phpBB/modules/mcp/mcp_reports.php
@@ -33,7 +33,7 @@ class mcp_reports
function main($id, $mode)
{
- global $auth, $db, $user, $template, $cache;
+ global $auth, $db, $user, $template;
global $config, $action;
include_once(PHPBB_ROOT_PATH . 'includes/functions_posting.' . PHP_EXT);