forked from extern/egroupware
Reset warnings before starting import
This commit is contained in:
parent
2939d7bbf3
commit
f175a12c6e
@ -159,6 +159,7 @@ class infolog_import_infologs_csv implements importexport_iface_import_plugin {
|
||||
|
||||
// Failures
|
||||
$this->errors = array();
|
||||
$this->warnings = array();
|
||||
|
||||
while ( $record = $import_csv->get_record() ) {
|
||||
$success = false;
|
||||
|
Loading…
Reference in New Issue
Block a user