aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-23 22:48:58 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-24 09:15:34 +0100
commit56c2caf6c0778c0da48fe0ac688c893777b89ee4 (patch)
tree2ed7f9cf6a26d0ea7b3f7bac255c777e36754b7c /phpBB/includes/functions_messenger.php
parenteca4726f3c2fda312b3150b7b252a300d4603fbe (diff)
downloadforums-56c2caf6c0778c0da48fe0ac688c893777b89ee4.tar
forums-56c2caf6c0778c0da48fe0ac688c893777b89ee4.tar.gz
forums-56c2caf6c0778c0da48fe0ac688c893777b89ee4.tar.bz2
forums-56c2caf6c0778c0da48fe0ac688c893777b89ee4.tar.xz
forums-56c2caf6c0778c0da48fe0ac688c893777b89ee4.zip
[ticket/14555] Uniformize cache directory usages
PHPBB3-14555
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r--phpBB/includes/functions_messenger.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php
index e8d4e0d7f1..f55b5e7ec3 100644
--- a/phpBB/includes/functions_messenger.php
+++ b/phpBB/includes/functions_messenger.php
@@ -640,13 +640,13 @@ class messenger
$phpbb_container->get('filesystem'),
$phpbb_container->get('path_helper'),
$phpbb_container,
- $phpbb_container->getParameter('core.root_path') . 'cache/',
+ $phpbb_container->getParameter('core.cache_dir'),
$phpbb_container->get('ext.manager'),
new \phpbb\template\twig\loader(
$phpbb_filesystem
)
),
- $phpbb_container->getParameter('core.root_path') . 'cache/',
+ $phpbb_container->getParameter('core.cache_dir'),
$phpbb_container->get('user'),
$phpbb_container->get('template.twig.extensions.collection'),
$phpbb_extension_manager