Update import.php

This commit is contained in:
Frédéric FRANCE 2016-06-14 16:04:10 +02:00 committed by GitHub
parent 5234e8fc8f
commit 3646b5f5ae

View File

@ -618,7 +618,7 @@ if ($step == 4 && $datatoimport)
$obj->enclosure = $enclosure; $obj->enclosure = $enclosure;
} }
if(!empty(GETPOST('update'))) { if (GETPOST('update')) {
$array_match_file_to_database=array(); $array_match_file_to_database=array();
} }