diff options
author | Nicofuma <github@nicofuma.fr> | 2015-05-11 00:19:50 +0200 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2015-05-14 23:04:27 +0200 |
commit | 2b25c5bd35a1a5e668d0f4e644cfabf995e1a537 (patch) | |
tree | adaba6d3656dbdfe2df84a6b820ce4c4580d91ad /phpBB/phpbb/di/container_builder.php | |
parent | 02af9385a13543f3f6bd9cb1500fd8508bcd35ac (diff) | |
download | forums-2b25c5bd35a1a5e668d0f4e644cfabf995e1a537.tar forums-2b25c5bd35a1a5e668d0f4e644cfabf995e1a537.tar.gz forums-2b25c5bd35a1a5e668d0f4e644cfabf995e1a537.tar.bz2 forums-2b25c5bd35a1a5e668d0f4e644cfabf995e1a537.tar.xz forums-2b25c5bd35a1a5e668d0f4e644cfabf995e1a537.zip |
[ticket/13770] Use dummy cache driver
PHPBB3-13770
Diffstat (limited to 'phpBB/phpbb/di/container_builder.php')
-rw-r--r-- | phpBB/phpbb/di/container_builder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php index 9f2e860932..4a31339b9a 100644 --- a/phpBB/phpbb/di/container_builder.php +++ b/phpBB/phpbb/di/container_builder.php @@ -360,7 +360,7 @@ class container_builder ->get_container() ; - $ext_container->register('cache.driver', '\\phpbb\\cache\\driver\\null'); + $ext_container->register('cache.driver', '\\phpbb\\cache\\driver\\dummy'); $ext_container->compile(); $extensions = $ext_container->get('ext.manager')->all_enabled(); |