bug, save(self, obj) to save(self, *obj)
svn: r8904
This commit is contained in:
@@ -628,7 +628,7 @@ class EditPerson(EditPrimary):
|
||||
"the person's marriages.")
|
||||
ErrorDialog(msg2, msg)
|
||||
|
||||
def save(self, obj):
|
||||
def save(self, *obj):
|
||||
"""
|
||||
Save the data.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user