mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Build: Fixed missed context reference
This commit is contained in:
parent
27055ea1b9
commit
09f9b9e625
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ void handleRecurrence ()
|
||||||
Datetime (t.get_date ("until")) < now)
|
Datetime (t.get_date ("until")) < now)
|
||||||
{
|
{
|
||||||
t.setStatus (Task::deleted);
|
t.setStatus (Task::deleted);
|
||||||
context.tdb2.modify(t);
|
Context::getContext ().tdb2.modify(t);
|
||||||
context.footnote (onExpiration (t));
|
Context::getContext ().footnote (onExpiration (t));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue