[feature/template-engine] Removed a useless space.

PHPBB3-9726
This commit is contained in:
Oleg Pudeyev 2011-04-24 01:59:40 -04:00
parent 321ecf4273
commit c8db531fcb

View file

@ -782,7 +782,7 @@ class phpbb_template
$this->files_inherit[$handle] = $this->inherit_root . '/' . $filename;
}
$filename = $this->_tpl_load($handle);
$filename = $this->_tpl_load($handle);
if ($include)
{