Removed options from plugin that didn't exist in plugin options -- fixed crash.
svn: r15539
This commit is contained in:
parent
f3b2aaebc0
commit
76e30c0071
@ -334,9 +334,8 @@ class BasePage(object):
|
|||||||
self.inc_events = report.options['inc_events']
|
self.inc_events = report.options['inc_events']
|
||||||
|
|
||||||
# options for PlaceMaps for PlacePages
|
# options for PlaceMaps for PlacePages
|
||||||
self.placemaps = report.options["placepagemaps"]
|
self.placemaps = report.options["placemaps"]
|
||||||
self.mapservices = report.options["mapservices"]
|
self.ind_map = report.options["ind_maps"]
|
||||||
self.googlekey = report.options["googlekey"]
|
|
||||||
|
|
||||||
def complete_people(self, tcell, first_person, handle_list):
|
def complete_people(self, tcell, first_person, handle_list):
|
||||||
"""
|
"""
|
||||||
@ -5123,9 +5122,8 @@ class NavWebReport(Report):
|
|||||||
self.inc_addressbook = self.options["inc_addressbook"]
|
self.inc_addressbook = self.options["inc_addressbook"]
|
||||||
|
|
||||||
# Place Map tab options
|
# Place Map tab options
|
||||||
self.placemaps = self.options["placepagemaps"]
|
self.placemaps = self.options["placemaps"]
|
||||||
self.mapservices = self.options["mapservices"]
|
self.ind_map = self.options["ind_maps"]
|
||||||
self.googlekey = self.options["googlekey"]
|
|
||||||
|
|
||||||
if self.use_home:
|
if self.use_home:
|
||||||
self.index_fname = "index"
|
self.index_fname = "index"
|
||||||
|
Loading…
Reference in New Issue
Block a user