From b18718293f3ba7d72fdf5b35031fd27f38ec69f0 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Tue, 4 Feb 2014 00:20:45 +0100 Subject: [PATCH] Fixed a wrong CacheEvent instanciation. --- core/lib/Thelia/Action/Module.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/lib/Thelia/Action/Module.php b/core/lib/Thelia/Action/Module.php index f882c6daa..249aab3b2 100644 --- a/core/lib/Thelia/Action/Module.php +++ b/core/lib/Thelia/Action/Module.php @@ -192,7 +192,6 @@ class Module extends BaseAction implements EventSubscriberInterface protected function cacheClear(EventDispatcherInterface $dispatcher) { $cacheEvent = new CacheEvent( - $dispatcher, $this->container->getParameter('kernel.cache_dir') );