Author: massat
Date: 2010-04-26 09:54:19 +0200 (Mon, 26 Apr 2010)
New Revision: 29256
Modified:
plugins/sfDefineEnvironmentConfigCachingPlugin/trunk/config/config.php
Log:
bugfix
Modified: plugins/sfDefineEnvironmentConfigCachingPlugin/trunk/config/config.php
===================================================================
--- plugins/sfDefineEnvironmentConfigCachingPlugin/trunk/config/config.php
2010-04-26 02:05:50 UTC (rev 29255)
+++ plugins/sfDefineEnvironmentConfigCachingPlugin/trunk/config/config.php
2010-04-26 07:54:19 UTC (rev 29256)
@@ -10,6 +10,8 @@
$configHandler instanceof sfDefineEnvironmentConfigHandler
&&
$configHandler->getParameterHolder()->get('cache', true)
+ &&
+ strpos($name, 'module.yml') === false // Ignores module.yml, because
they are cached automatically.
) {
$this->configCache->import($name, false);
}
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" 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-svn?hl=en.