Skip to content
Snippets Groups Projects
Commit 84e13c15 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #5354 from atm-maxime/fix_travis

FIX PHP 5.3 compatibility
parents f94d140d 748b3bb2
Branches
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment