mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Do not clear warnings and errors just because plugin can't add more
This commit is contained in:
parent
6046480847
commit
1ad8f3a90f
@ -526,8 +526,6 @@
|
||||
$buffer += "$record\t$msg\n";
|
||||
}
|
||||
error_log($buffer);
|
||||
} else {
|
||||
unset($data['warnings'][$target]);
|
||||
}
|
||||
if(method_exists($po, 'get_errors') && $po->get_errors()) {
|
||||
$buffer = 'importexport_schedule: ' . date('c') . ": Import errors:\n#\tError\n";
|
||||
@ -536,8 +534,6 @@
|
||||
$buffer += "$record\t$error\n";
|
||||
}
|
||||
error_log($buffer);
|
||||
} else {
|
||||
unset($data['errors'][$target]);
|
||||
}
|
||||
|
||||
if($po instanceof importexport_iface_import_plugin) {
|
||||
|
Loading…
Reference in New Issue
Block a user