From 8df3a976bbeb800fe0dc2fa94d00ba3a7441238c Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 24 May 2012 15:56:50 +0000 Subject: [PATCH] [-] upgrader : Fix #PSCFV-2563, thanks to Olea for the report --- install-dev/upgrade/php/deactivate_custom_modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/upgrade/php/deactivate_custom_modules.php b/install-dev/upgrade/php/deactivate_custom_modules.php index 88c44a7bc..bf506b1ba 100644 --- a/install-dev/upgrade/php/deactivate_custom_modules.php +++ b/install-dev/upgrade/php/deactivate_custom_modules.php @@ -40,7 +40,7 @@ function deactivate_custom_modules() } } - $module_list_xml = _PS_ROOT_DIR_.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'modules_list.xml'; + $module_list_xml = _PS_ROOT_DIR_.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'xml'.DIRECTORY_SEPARATOR.'modules_list.xml'; if (!file_exists($module_list_xml)) return false;