summaryrefslogtreecommitdiff
path: root/models/task.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-03 09:52:55 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-03 09:52:55 -0400
commitb10d4f51ebfb61e397a6a8783f3027b703deda8d (patch)
treed7d492ae18c8713fb8b396bdfb80ca06f8e92725 /models/task.php
parent5d061594486c0d5761ac80a7548fdb4fdad0619b (diff)
Add icons for comments and description
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',