mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[feature/twig] Fix debug code
PHPBB3-11598
This commit is contained in:
parent
5f03321fac
commit
864465761f
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class phpbb_template_twig implements phpbb_template
|
|||
array(
|
||||
'cache' => $this->cachepath,
|
||||
'debug' => defined('DEBUG'),
|
||||
'auto_reload' => true,//(bool) $this->config['load_tplcompile'],
|
||||
'auto_reload' => (bool) $this->config['load_tplcompile'],
|
||||
'autoescape' => false,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue