5081: check and use unfilterd persons on living proxy (by MD Nauta)
svn: r19122
This commit is contained in:
parent
2f4989eb44
commit
4be55849fe
@ -204,7 +204,9 @@ class LivingProxyDb(ProxyDbBase):
|
|||||||
Returns True if the person is considered living.
|
Returns True if the person is considered living.
|
||||||
Returns False if the person is not considered living.
|
Returns False if the person is not considered living.
|
||||||
"""
|
"""
|
||||||
return probably_alive( person,
|
person_handle = person.get_handle()
|
||||||
|
unfil_person = self.get_unfiltered_person(person_handle)
|
||||||
|
return probably_alive( unfil_person,
|
||||||
self.db,
|
self.db,
|
||||||
self.current_date,
|
self.current_date,
|
||||||
self.years_after_death )
|
self.years_after_death )
|
||||||
|
Loading…
Reference in New Issue
Block a user