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:
@@ -782,7 +782,7 @@ class phpbb_template
|
|||||||
$this->files_inherit[$handle] = $this->inherit_root . '/' . $filename;
|
$this->files_inherit[$handle] = $this->inherit_root . '/' . $filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
$filename = $this->_tpl_load($handle);
|
$filename = $this->_tpl_load($handle);
|
||||||
|
|
||||||
if ($include)
|
if ($include)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user