Fix travis error for GETPOST in empty
This commit is contained in:
parent
fb254d3287
commit
748b3bb2ba
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user