We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fb009 commit 785fc79Copy full SHA for 785fc79
DependencyInjection/CaxyHtmlDiffExtension.php
@@ -47,7 +47,7 @@ public function load(array $configs, ContainerBuilder $container)
47
$cacheDriverId = $this->loadCacheDriver('doctrine_cache_driver', $config['doctrine_cache_driver'], $container);
48
}
49
50
- if (!isset($config['purifier_cache_location']) {
+ if (!isset($config['purifier_cache_location'])) {
51
$config['purifier_cache_location'] = $container->getParameter('kernel.cache_dir');
52
53
0 commit comments