// small fix

This commit is contained in:
fSerny
2012-03-14 09:41:28 +00:00
parent 641d3847ef
commit c766c1f27d
+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)
{