Fix some mistakes in 646092e367
Ref: 646092e367
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
57468a2a9b
commit
5f4ea1eea0
@ -143,6 +143,7 @@ class ImportCsv extends AbstractImportCsv
|
||||
*/
|
||||
public function doImport(array &$sql_data = [])
|
||||
{
|
||||
global $error, $message;
|
||||
global $db, $table, $csv_terminated, $csv_enclosed, $csv_escaped,
|
||||
$csv_new_line, $csv_columns, $err_url;
|
||||
// $csv_replace and $csv_ignore should have been here,
|
||||
@ -700,6 +701,7 @@ class ImportCsv extends AbstractImportCsv
|
||||
$errUrl
|
||||
);
|
||||
}
|
||||
|
||||
return [$error, $message];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user