8233: Fix bad handle in explanation note for unknown event
This commit is contained in:
parent
83da6e241c
commit
b5dcd09e11
@ -1129,7 +1129,7 @@ class CheckIntegrity(object):
|
||||
'exist in the database' %
|
||||
{'gid' : family.gramps_id,
|
||||
'hand' : event_handle})
|
||||
make_unknown(event_handle, self.explanation,
|
||||
make_unknown(event_handle, self.explanation.handle,
|
||||
self.class_event, self.commit_event, self.trans)
|
||||
self.invalid_events.add(key)
|
||||
if none_handle:
|
||||
|
Loading…
Reference in New Issue
Block a user