aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-05-10 04:22:39 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-17 16:39:58 -0500
commitf46f48a2cfbc923f4e4734dfd200cc6ddbfd689e (patch)
tree8a1c486d67e9342c40e26885a4b4eef118cc80b2 /phpBB
parent7bd5f7641f3be1d3f8a4ceb71508656c72718ed9 (diff)
downloadforums-f46f48a2cfbc923f4e4734dfd200cc6ddbfd689e.tar
forums-f46f48a2cfbc923f4e4734dfd200cc6ddbfd689e.tar.gz
forums-f46f48a2cfbc923f4e4734dfd200cc6ddbfd689e.tar.bz2
forums-f46f48a2cfbc923f4e4734dfd200cc6ddbfd689e.tar.xz
forums-f46f48a2cfbc923f4e4734dfd200cc6ddbfd689e.zip
[feature/template-events] Chase template/style renames and changes.
PHPBB3-9550
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/template/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php
index c43c1ddf99..19ee59323a 100644
--- a/phpBB/includes/template/template.php
+++ b/phpBB/includes/template/template.php
@@ -301,7 +301,7 @@ class phpbb_template
return new phpbb_template_renderer_include($output_file, $this);
}
- $compile = new phpbb_template_compile($this->config['tpl_allow_php'], $this->template_name, $this->locator, $this->phpbb_root_path, $this->extension_manager);
+ $compile = new phpbb_template_compile($this->config['tpl_allow_php'], $this->template_name, $this->locator, $this->phpbb_root_path, $this->extension_manager, $this->user);
if ($compile->compile_file_to_file($source_file, $output_file) !== false)
{