diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-02-21 11:59:54 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-02 19:16:02 +0200 |
commit | 414dcae422d21693aad746b4a7a0d49517e478d9 (patch) | |
tree | 2ae339c757b997f224728be882ba6a1a97ba8108 /phpBB/config/default | |
parent | 3e5ee87b15c70fbfc246b6d8f6d18a186d11d83a (diff) | |
download | forums-414dcae422d21693aad746b4a7a0d49517e478d9.tar forums-414dcae422d21693aad746b4a7a0d49517e478d9.tar.gz forums-414dcae422d21693aad746b4a7a0d49517e478d9.tar.bz2 forums-414dcae422d21693aad746b4a7a0d49517e478d9.tar.xz forums-414dcae422d21693aad746b4a7a0d49517e478d9.zip |
[ticket/11768] Updated the cache dir to point to the current environment
PHPBB3-11768
Diffstat (limited to 'phpBB/config/default')
-rw-r--r-- | phpBB/config/default/container/services_text_formatter.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/default/container/services_text_formatter.yml b/phpBB/config/default/container/services_text_formatter.yml index 3d5fb3766d..ec5421695d 100644 --- a/phpBB/config/default/container/services_text_formatter.yml +++ b/phpBB/config/default/container/services_text_formatter.yml @@ -1,5 +1,5 @@ parameters: - text_formatter.cache.dir: %core.root_path%cache/ + text_formatter.cache.dir: %core.root_path%cache/%core.environment%/ text_formatter.cache.parser.key: _text_formatter_parser text_formatter.cache.renderer.key: _text_formatter_renderer |