Build: Fixed missed context reference

This commit is contained in:
Paul Beckingham 2018-05-14 01:12:19 -04:00
parent 27055ea1b9
commit 09f9b9e625

View file

@ -139,8 +139,8 @@ void handleRecurrence ()
Datetime (t.get_date ("until")) < now)
{
t.setStatus (Task::deleted);
context.tdb2.modify(t);
context.footnote (onExpiration (t));
Context::getContext ().tdb2.modify(t);
Context::getContext ().footnote (onExpiration (t));
}
}
}