mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 14:16:28 +02:00
[feature/twig] Fix debug code
PHPBB3-11598
This commit is contained in:
@ -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,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user