From d6b915a1746624e6fddc6e052bd8241456349a2b Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 19 Sep 2011 15:45:18 -0400 Subject: [PATCH] [FrameworkBundle] Assets templating helper does not need request scope No other helpers have request scope and the assets helper's parameters don't appear to depend on the request in any way, so this appears to be unnecessary. As-is, request scope here prevents use of the assets helper from a console command that may need to internally render a template. --- .../Bundle/FrameworkBundle/Resources/config/templating_php.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml index 0c164ca129ab..ae87c44be183 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/templating_php.xml @@ -34,7 +34,7 @@ - +