From cadb12cecf72a7c141fd8b79b3e0cddd99d22628 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 13 Sep 2012 16:10:16 +0000 Subject: [PATCH] [-] Installer : fix #PSCFV-4050 --- install-dev/upgrade/php/move_translations_module_file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/upgrade/php/move_translations_module_file.php b/install-dev/upgrade/php/move_translations_module_file.php index cc8cf27c3..18d62d628 100644 --- a/install-dev/upgrade/php/move_translations_module_file.php +++ b/install-dev/upgrade/php/move_translations_module_file.php @@ -20,7 +20,7 @@ function move_translations_module_file() foreach ($modules as $module_name) { // Check if is a good module - if (in_array($module_name, array('.', '..', '.svn', '.htaccess', 'index.php'))) + if (in_array($module_name, array('.', '..', '.svn', '.htaccess', 'index.php', 'autoupgrade'))) continue; foreach ($languages as $lang)