// small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14136 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-03-14 09:41:28 +00:00
parent 97f5d163d1
commit b6cf629a08
+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)
{