1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 08:01:27 +02:00

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