diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 13:17:59 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 13:17:59 -0500 |
commit | 3060cbe089fcb99ee3e7d66fe5b0e4bce171a88a (patch) | |
tree | 701745ba268cb8e7c4b22ee9291a5b5221dee41d /phpBB/install | |
parent | 6f925552a5a9101b3e8083a0bf27b64b3ffd382a (diff) | |
download | forums-3060cbe089fcb99ee3e7d66fe5b0e4bce171a88a.tar forums-3060cbe089fcb99ee3e7d66fe5b0e4bce171a88a.tar.gz forums-3060cbe089fcb99ee3e7d66fe5b0e4bce171a88a.tar.bz2 forums-3060cbe089fcb99ee3e7d66fe5b0e4bce171a88a.tar.xz forums-3060cbe089fcb99ee3e7d66fe5b0e4bce171a88a.zip |
[feature/twig] Fix template/template_php_test.php
Must create a template file in the cache to load as this causes errors
otherwise. The problem was that Twig builds template files into classes,
which are always stored in PHP memory after being loaded. Because of this,
Twig would never recompile a template that was already compiled on the same
page load (so switching enable PHP on/off in two tests would not work).
PHPBB3-11598
Diffstat (limited to 'phpBB/install')
0 files changed, 0 insertions, 0 deletions