mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/template-engine] Removed a useless space.
PHPBB3-9726
This commit is contained in:
parent
321ecf4273
commit
c8db531fcb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue