diff options
Diffstat (limited to 'phpBB')
| -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  | 
