mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix import no longer working
This commit is contained in:
parent
ea411d53c8
commit
9205c30a45
@ -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 );
|
||||
}
|
||||
}
|
||||
return $definitions;
|
||||
|
Loading…
Reference in New Issue
Block a user