mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
Fix import no longer working
This commit is contained in:
parent
deebea348c
commit
54b8d92514
@ -233,7 +233,7 @@ class importexport_definitions_bo {
|
||||
$definition_id = $definition->get_identifier() ? $definition->get_identifier() : NULL;
|
||||
|
||||
$definition->set_record( $definition_data );
|
||||
if (isset($definition_id)) $definition->save( $definition_id );
|
||||
$definition->save( $definition_id );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user