[-] Installer : fix #PSCFV-4050

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17354 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-13 16:10:16 +00:00
parent 8bc6952c47
commit 688b119176
@@ -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)