Update import.php

This commit is contained in:
Frédéric FRANCE 2016-06-16 20:18:58 +02:00 committed by GitHub
parent 3646b5f5ae
commit bc22f39aa4

View File

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