-
Improvement
-
Resolution: Fixed
-
Major
-
3.1.0-RC5
-
None
phpbb/twig/twig.php:
'debug' => defined('DEBUG'),
|
'auto_reload' => (bool) $this->config['load_tplcompile'],
|
auto_reload should always be enabled when DEBUG is defined.
- is related to
-
PHPBB-12632 Use a twig.debug environment config value to enable Twig debug
- Unverified Fix