From 3b578a63b6e7ddcdc28d470548c187e159cbafef Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 8 Oct 2014 22:19:20 +0200 Subject: [PATCH] register `TranslatorListener` service Since the `TranslatorListener` was not registered as a service, the proper locale would never have been passed from the current request to the translator. --- src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml index 6c1dd73e2e615..9b2f3cb3a4373 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml @@ -40,5 +40,11 @@ + + + + + +