aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template_compile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template_compile.php')
-rw-r--r--phpBB/includes/template_compile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template_compile.php b/phpBB/includes/template_compile.php
index 1feab3b7c4..4132fb2e34 100644
--- a/phpBB/includes/template_compile.php
+++ b/phpBB/includes/template_compile.php
@@ -639,7 +639,7 @@ class phpbb_template_filter extends php_user_filter
*/
private function compile_tag_include($tag_args)
{
- return "\$this->_tpl_include('$tag_args');";
+ return "\$_template->_tpl_include('$tag_args');";
}
/**