diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-23 22:48:58 +0100 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-24 09:15:34 +0100 |
| commit | 56c2caf6c0778c0da48fe0ac688c893777b89ee4 (patch) | |
| tree | 2ed7f9cf6a26d0ea7b3f7bac255c777e36754b7c /phpBB/phpbb/di/container_builder.php | |
| parent | eca4726f3c2fda312b3150b7b252a300d4603fbe (diff) | |
| download | forums-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/phpbb/di/container_builder.php')
| -rw-r--r-- | phpBB/phpbb/di/container_builder.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php index 2fb248082f..7bfe1bbb87 100644 --- a/phpBB/phpbb/di/container_builder.php +++ b/phpBB/phpbb/di/container_builder.php @@ -522,6 +522,7 @@ class container_builder 'core.php_ext' => $this->php_ext, 'core.environment' => $this->get_environment(), 'core.debug' => defined('DEBUG') ? DEBUG : false, + 'core.cache_dir' => $this->get_cache_dir(), ), $this->get_env_parameters() ); |
