From 035a8d7154b25414532bfb2de066cde1065feded Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Tue, 9 Aug 2011 23:18:37 -0400 Subject: [PATCH] [feature/template-engine] Delete useless $template globalization. PHPBB3-9726 --- phpBB/includes/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {