diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tasks/lib/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tasks/lib/app.php b/apps/tasks/lib/app.php index 7b908420333..1b42968f0be 100644 --- a/apps/tasks/lib/app.php +++ b/apps/tasks/lib/app.php @@ -180,6 +180,7 @@ class OC_Task_App { $timezone = new DateTimeZone($timezone); $completed = new DateTime($completed, $timezone); $vtodo->setDateTime('COMPLETED', $completed); + OCP\Util::emitHook('OC_Task', 'taskCompleted', $vtodo); } else { unset($vtodo->COMPLETED); } |