In sfCommonFilter::execute, on lines, 55 and 56, sfCommonFilter makes
the following two calls:

sfConfig::set('symfony.asset.javascripts_included', false);
sfConfig::set('symfony.asset.stylesheets_included', false);

Why? Prior to those two calls, those values are set to true if
javascript and stylesheets are included respectively. The calls above
make it so the values of those config value are essentially always
false.

This was brought up in 2007 <http://www.mail-archive.com/symfony-
[email protected]/msg01124.html>, but went unanswered.

I didn't want to file a bug report as I figured I was missing
something obvious.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to