Fix travis error for GETPOST in empty

This commit is contained in:
Maxime Kohlhaas 2016-06-15 14:16:56 +02:00
parent fb254d3287
commit 748b3bb2ba

View File

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