Issue 4308, missed one parameter when calling Narrator.
svn: r16024
This commit is contained in:
parent
ca3dba5dd9
commit
403bea5f2c
@ -102,7 +102,7 @@ class AncestorReport(Report):
|
||||
language = menu.get_option_by_name('trans').get_value()
|
||||
translator = Translator(language)
|
||||
self._ = translator.gettext
|
||||
self.__narrator = Narrator(self.database,
|
||||
self.__narrator = Narrator(self.database, use_fulldate=True,
|
||||
translator=translator)
|
||||
|
||||
def apply_filter(self, person_handle, index, generation=1):
|
||||
|
Loading…
x
Reference in New Issue
Block a user