diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-09-29 16:06:56 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 20:59:34 +0100 |
commit | aa061aa7c9187009f220e62252a53b49dad7644a (patch) | |
tree | 106e4175c29f9eb5e0f4c91bcd200a1825f5cd64 /phpBB/config | |
parent | 998b4baa7197db8ac163cfbab97e1cd2eac761dc (diff) | |
download | forums-aa061aa7c9187009f220e62252a53b49dad7644a.tar forums-aa061aa7c9187009f220e62252a53b49dad7644a.tar.gz forums-aa061aa7c9187009f220e62252a53b49dad7644a.tar.bz2 forums-aa061aa7c9187009f220e62252a53b49dad7644a.tar.xz forums-aa061aa7c9187009f220e62252a53b49dad7644a.zip |
[ticket/12620] Uses a cache directory per environment
PHPBB3-12620
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/services_twig.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/services_twig.yml b/phpBB/config/default/services_twig.yml index 0745d8b47e..06ce5bc15c 100644 --- a/phpBB/config/default/services_twig.yml +++ b/phpBB/config/default/services_twig.yml @@ -1,5 +1,5 @@ parameters: - core.template.cache_path: %core.root_path%cache/twig/ + core.template.cache_path: %core.root_path%cache/%environment%/twig/ services: template.twig.environment: |