diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php index c29875dcbf..93c4bba009 100644 --- a/phpBB/includes/bbcode.php +++ b/phpBB/includes/bbcode.php @@ -128,7 +128,7 @@ class bbcode */ function bbcode_cache_init() { - global $phpbb_root_path, $phpEx, $template, $config, $user; + global $phpbb_root_path, $phpEx, $config, $user; if (empty($this->template_filename)) {