mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Fix travis error for GETPOST in empty
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user