aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-04-24 01:59:40 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-04-24 01:59:40 -0400
commitc8db531fcb11cdeeefcae88b05c2674b74e2d824 (patch)
treed6e081c772e3f8ce928039afa256d20a5158bc4b
parent321ecf427356f2d503818089c7b0e008e5a73c2c (diff)
downloadforums-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.php2
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)
{