Browse Source

Fix php test

Laurent Destailleur 9 years ago
parent
commit
248ac67af2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/imports/import.php

+ 1 - 1
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();
 	}