// merge from 1.4

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5926 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-04-15 13:57:25 +00:00
parent 93a8b5d87f
commit 118f04c0a6
+1 -1
View File
@@ -46,7 +46,7 @@ function desactivate_custom_modules()
}
}
Module::disableByName($uninstallMe);
foreach ($modules AS $module)
foreach ($aModule AS $module)
{
$file = _PS_MODULE_DIR_.$module['name'].'/'.$module['name'].'.php';
if (!file_exists($file))