8233: Fix bad handle in explanation note for unknown event

This commit is contained in:
kulath 2015-02-27 18:22:23 +00:00
parent 97762815bc
commit 63a8a2955d

View File

@ -1098,7 +1098,7 @@ class CheckIntegrity(object):
'exist in the database' %
{'gid' : family.gramps_id,
'hand' : event_handle})
Utils.make_unknown(event_handle, self.explanation,
Utils.make_unknown(event_handle, self.explanation.handle,
self.class_event, self.commit_event, self.trans)
self.invalid_events.add(key)
if none_handle: