From 118f04c0a6c464104fc6336d56a980d10f78f1fd Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Fri, 15 Apr 2011 13:57:25 +0000 Subject: [PATCH] // merge from 1.4 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5926 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/php/desactivatecustommodules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/php/desactivatecustommodules.php b/install-dev/php/desactivatecustommodules.php index e44ea3431..e43ebc9a3 100644 --- a/install-dev/php/desactivatecustommodules.php +++ b/install-dev/php/desactivatecustommodules.php @@ -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))