[feature/twig] Fix debug code

PHPBB3-11598
This commit is contained in:
Nathaniel Guse 2013-07-04 13:19:03 -05:00
parent 5f03321fac
commit 864465761f

View file

@ -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,
)
);