aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/mcp/mcp_queue.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/mcp/mcp_queue.php')
-rw-r--r--phpBB/modules/mcp/mcp_queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/mcp/mcp_queue.php b/phpBB/modules/mcp/mcp_queue.php
index 96ac7accb1..eefeb08f3d 100644
--- a/phpBB/modules/mcp/mcp_queue.php
+++ b/phpBB/modules/mcp/mcp_queue.php
@@ -33,7 +33,7 @@ class mcp_queue
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);