Skip to content

Commit 064eae6

Browse files
committed
Merge pull request #9 from dbergunder/Fix-Configuration-Error-In-Extension
Fix configuration error in extension.
2 parents 1f54901 + 785fc79 commit 064eae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/CaxyHtmlDiffExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function load(array $configs, ContainerBuilder $container)
4747
$cacheDriverId = $this->loadCacheDriver('doctrine_cache_driver', $config['doctrine_cache_driver'], $container);
4848
}
4949

50-
if (!isset($config['purifier_cache_location']) {
50+
if (!isset($config['purifier_cache_location'])) {
5151
$config['purifier_cache_location'] = $container->getParameter('kernel.cache_dir');
5252
}
5353

0 commit comments

Comments
 (0)