summaryrefslogtreecommitdiff
path: root/models/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/task.php')
-rw-r--r--models/task.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/task.php b/models/task.php
index f08f0b28..f6258e86 100644
--- a/models/task.php
+++ b/models/task.php
@@ -139,6 +139,7 @@ class Task extends Base
'(SELECT count(*) FROM comments WHERE task_id=tasks.id) AS nb_comments',
'tasks.id',
'tasks.title',
+ 'tasks.description',
'tasks.date_creation',
'tasks.date_completed',
'tasks.date_due',