// 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:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user