5098: fix a runaway merge artifact
svn: r23365
This commit is contained in:
parent
940fb10ecc
commit
47b9144ed1
@ -1085,7 +1085,7 @@ class WebCalReport(Report):
|
||||
with self._user.progress(_("Web Calendar Report"),
|
||||
_('Applying Filter...'),
|
||||
db.get_number_of_people()) as step:
|
||||
people = self.filter.apply(db, people, step_progress)
|
||||
people = self.filter.apply(db, people, step)
|
||||
|
||||
with self._user.progress(_("Web Calendar Report"),
|
||||
_("Reading database..."), len(people)) as step:
|
||||
|
Loading…
Reference in New Issue
Block a user