aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_template.php')
-rw-r--r--phpBB/includes/functions_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php
index d9d9abfe46..a951579db5 100644
--- a/phpBB/includes/functions_template.php
+++ b/phpBB/includes/functions_template.php
@@ -640,7 +640,7 @@ class template_compile
*/
function compile_tag_include_php($tag_args)
{
- return "include('" . $tag_args . "');";
+ return "\$this->_php_include('$tag_args');";
}
/**