diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php
index ec194e2e794de4c306c7d7b5ba0a3967ce637360..89d69974577898922553c5433e9cd9dc05c2c59c 100644
--- a/htdocs/imports/import.php
+++ b/htdocs/imports/import.php
@@ -635,7 +635,7 @@ if ($step == 4 && $datatoimport)
         
     }
 	
-	if(!empty(GETPOST('update'))) {
+	if (GETPOST('update')) {
 		$array_match_file_to_database=array();
 	}