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

This commit is contained in:
fSerny
2012-03-14 09:41:04 +00:00
parent c49329d4df
commit 593a673afb
87 changed files with 172 additions and 172 deletions

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)
{