mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/16649] Upgrade to Symfony 5
PHPBB3-16649
This commit is contained in:
@@ -455,7 +455,7 @@ class phpbb_test_case_helpers
|
||||
$cache_key_renderer = $prefix . '_renderer';
|
||||
$container->set('cache.driver', $cache);
|
||||
|
||||
if (!$container->isFrozen())
|
||||
if (!$container->isCompiled())
|
||||
{
|
||||
$container->setParameter('cache.dir', $cache_dir);
|
||||
}
|
||||
|
Reference in New Issue
Block a user