[feature/template-engine] Delete useless $template globalization.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev 2011-08-09 23:18:37 -04:00
parent df46a576e9
commit 035a8d7154

View file

@ -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))
{