From a827a9ee6da75f1ce9b3497ac8e3310b15399c5a Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 9 Feb 2021 14:22:47 +0100 Subject: [PATCH] standardization, internationalisation --- htdocs/imports/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index 344ede7d0cd..13f9a9558ba 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -502,8 +502,8 @@ if ($step == 2 && $datatoimport) print ''; print $langs->trans("FileMustHaveOneOfFollowingFormat"); print ''; - $liste = $objmodelimport->liste_modeles($db); - foreach ($liste as $key) + $list = $objmodelimport->liste_modeles($db); + foreach ($list as $key) { print ''; print ''.img_picto_common($key, $objmodelimport->getPictoForKey($key)).'';