// Regen all modules config file (in english this time ^^')

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14135 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-03-14 09:41:04 +00:00
parent cf2260c294
commit 97f5d163d1
87 changed files with 172 additions and 172 deletions
+1 -1
View File
@@ -945,7 +945,7 @@ abstract class ModuleCore
$needNewConfigFile = (filemtime($configFile) < filemtime(_PS_MODULE_DIR_.$module.'/'.$module.'.php'));
else
$needNewConfigFile = true;
$needNewConfigFile = true;
// If config.xml exists and that the use config flag is at true
if ($useConfig && $xml_exist)
{