diff options
Diffstat (limited to 'src/chain.cc')
-rw-r--r-- | src/chain.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chain.cc b/src/chain.cc index 68577dcb..b1749909 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -115,7 +115,8 @@ xact_handler_ptr chain_xact_handlers(report_t& report, // weekly or monthly. if (report.HANDLED(period_)) { handler.reset(new interval_xacts(handler, expr, - report.HANDLER(period_).str())); + report.HANDLER(period_).str(), + report.session.master.get())); handler.reset(new sort_xacts(handler, "date")); } } |