From 63a8a2955dc1bd2c29bb8b8ee095f25e5ea0246d Mon Sep 17 00:00:00 2001 From: kulath Date: Fri, 27 Feb 2015 18:22:23 +0000 Subject: [PATCH] 8233: Fix bad handle in explanation note for unknown event --- src/plugins/tool/Check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tool/Check.py b/src/plugins/tool/Check.py index 2703eeae6..dfcf917a6 100644 --- a/src/plugins/tool/Check.py +++ b/src/plugins/tool/Check.py @@ -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: