diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-24 01:59:40 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-04-24 01:59:40 -0400 |
commit | c8db531fcb11cdeeefcae88b05c2674b74e2d824 (patch) | |
tree | d6e081c772e3f8ce928039afa256d20a5158bc4b | |
parent | 321ecf427356f2d503818089c7b0e008e5a73c2c (diff) | |
download | forums-c8db531fcb11cdeeefcae88b05c2674b74e2d824.tar forums-c8db531fcb11cdeeefcae88b05c2674b74e2d824.tar.gz forums-c8db531fcb11cdeeefcae88b05c2674b74e2d824.tar.bz2 forums-c8db531fcb11cdeeefcae88b05c2674b74e2d824.tar.xz forums-c8db531fcb11cdeeefcae88b05c2674b74e2d824.zip |
[feature/template-engine] Removed a useless space.
PHPBB3-9726
-rw-r--r-- | phpBB/includes/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 30ede2f242..24d7aeadd0 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -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) { |