From ebcbb1b628616343e77e7df3a7e6bf5f173a7c1a 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15669 b9a71923-0436-4b27-9f14-aed3839534dd --- 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;