mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +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(
|
array(
|
||||||
'cache' => $this->cachepath,
|
'cache' => $this->cachepath,
|
||||||
'debug' => defined('DEBUG'),
|
'debug' => defined('DEBUG'),
|
||||||
'auto_reload' => true,//(bool) $this->config['load_tplcompile'],
|
'auto_reload' => (bool) $this->config['load_tplcompile'],
|
||||||
'autoescape' => false,
|
'autoescape' => false,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue