diff options
Diffstat (limited to 'phpBB/modules/mcp/mcp_post.php')
-rw-r--r-- | phpBB/modules/mcp/mcp_post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/mcp/mcp_post.php b/phpBB/modules/mcp/mcp_post.php index 9cb5b2cdae..b296c3626f 100644 --- a/phpBB/modules/mcp/mcp_post.php +++ b/phpBB/modules/mcp/mcp_post.php @@ -21,7 +21,7 @@ if (!defined('IN_PHPBB')) */ function mcp_post_details($id, $mode, $action) { - global $template, $db, $user, $auth, $cache, $config; + global $template, $db, $user, $auth, $config; $user->add_lang('posting'); |