mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/10500] Fix phpbb_template_compile instantiation.
The required $allow_php argument was missing. PHPBB3-10500
This commit is contained in:
parent
b05c658722
commit
c4a19a4e3e
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ include($phpbb_root_path . 'includes/template_compile.'.$phpEx);
|
|||
|
||||
$file = $argv[1];
|
||||
|
||||
$compile = new phpbb_template_compile();
|
||||
$compile = new phpbb_template_compile(false);
|
||||
echo $compile->compile_file($file);
|
||||
|
|
Loading…
Add table
Reference in a new issue