summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/project_tasks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_tasks.php b/templates/project_tasks.php
index 77b4db62..d54565f3 100644
--- a/templates/project_tasks.php
+++ b/templates/project_tasks.php
@@ -28,7 +28,7 @@
<a href="?controller=task&amp;action=show&amp;task_id=<?= $task['id'] ?>" title="<?= t('View this task') ?>"><?= Helper\escape($task['id']) ?></a>
</td>
<td>
- <?= Helper\escape($task['column_title']) ?>
+ <?= Helper\in_list($task['column_id'], $columns) ?>
</td>
<td>
<a href="?controller=task&amp;action=show&amp;task_id=<?= $task['id'] ?>" title="<?= t('View this task') ?>"><?= Helper\escape($task['title']) ?></a>