Build source page a second time for sources referenced by gallery. Bug #1280.
svn: r10989
This commit is contained in:
parent
db30d89d78
commit
58b882227b
@ -2733,8 +2733,11 @@ class NavWebReport(Report):
|
||||
self.person_pages(ind_list, place_list, source_list, archive)
|
||||
self.surname_pages(ind_list, archive)
|
||||
self.place_pages(place_list, source_list, archive)
|
||||
self.source_pages(source_list, self.photo_list, archive)
|
||||
if self.inc_gallery:
|
||||
self.gallery_pages(self.photo_list, source_list, archive)
|
||||
# Build source pages a second time to pick up sources referenced
|
||||
# by galleries
|
||||
self.source_pages(source_list, self.photo_list, archive)
|
||||
|
||||
if archive:
|
||||
|
Loading…
Reference in New Issue
Block a user