Fix import no longer working

This commit is contained in:
Nathan Gray 2013-02-21 15:36:30 +00:00
parent deebea348c
commit 54b8d92514

View File

@ -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 );
}
}
}