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

svn: r12542
This commit is contained in:
Benny Malengier 2009-05-19 08:43:34 +00:00
parent f19488da77
commit 45561e1596

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: