From 87eba2dca08935a2ca6d430b14cf2d2cc08e6ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vieilledent?= Date: Thu, 28 May 2015 14:28:14 +0200 Subject: [PATCH] Update EzPublishKernel.php --- ezpublish/EzPublishKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezpublish/EzPublishKernel.php b/ezpublish/EzPublishKernel.php index bebdca20..b8a358d4 100644 --- a/ezpublish/EzPublishKernel.php +++ b/ezpublish/EzPublishKernel.php @@ -50,7 +50,7 @@ public function registerBundles() new Knp\Bundle\MenuBundle\KnpMenuBundle(), new Oneup\FlysystemBundle\OneupFlysystemBundle(), new EzSystems\PlatformInstallerBundle\EzSystemsPlatformInstallerBundle(), - new EzSystems\PrivacyCookieBundle\EzSystemsPrivacyCookieBundle() + new EzSystems\PrivacyCookieBundle\EzSystemsPrivacyCookieBundle(), ); switch ( $this->getEnvironment() )