Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.php')
-rw-r--r--lib/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php
index 94ab287a..c3b43cef 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -184,8 +184,8 @@ Class helper {
'time' => $time
);
}
+ $task['comments'] = $comments_parsed;
}
- $task['comments'] = $comments_parsed;
return $task;
}