fix selectperson call

svn: r6506
This commit is contained in:
Don Allingham
2006-05-01 22:14:26 +00:00
parent 6c7affe80a
commit 5791ff7fcd
2 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class EditPersonRef(EditSecondary):
def _select_person(self, obj):
from SelectPerson import SelectPerson
sel = SelectPerson(self.dbstate.db, "Select Person")
sel = SelectPerson(self.dbstate, self.uistate, "Select Person")
person = sel.run()
if person: