aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modules/mcp/mcp_topic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/modules/mcp/mcp_topic.php')
-rw-r--r--phpBB/modules/mcp/mcp_topic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/mcp/mcp_topic.php b/phpBB/modules/mcp/mcp_topic.php
index 4ab9e244e1..22675a8c84 100644
--- a/phpBB/modules/mcp/mcp_topic.php
+++ b/phpBB/modules/mcp/mcp_topic.php
@@ -21,7 +21,7 @@ if (!defined('IN_PHPBB'))
*/
function mcp_topic_view($id, $mode, $action)
{
- global $template, $db, $user, $auth, $cache, $config;
+ global $template, $db, $user, $auth, $config;
$url = append_sid(PHPBB_ROOT_PATH. 'mcp.' . PHP_EXT . '?' . extra_url());