2995: Unable to produce Narrated Web Site using filter and privacy settings

svn: r12544
This commit is contained in:
Benny Malengier 2009-05-19 08:44:03 +00:00
parent ae2534b2cd
commit 75787c8478

View File

@ -153,7 +153,7 @@ class LivingProxyDb(ProxyDbBase):
If no such Person exists, None is returned.
"""
person = self.db.get_person_from_gramps_id(val)
if self.__is_living(person):
if person and self.__is_living(person):
if self.mode == self.MODE_EXCLUDE_ALL:
return None
else: