Permalink
Browse files
Build: Fixed missed context reference
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/recur.cpp
|
@@ -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)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
0 comments on commit
09f9b9e