summaryrefslogtreecommitdiff
path: root/app/Template/tasklink
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/tasklink')
-rw-r--r--app/Template/tasklink/show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/tasklink/show.php b/app/Template/tasklink/show.php
index f759be5e..f0a70054 100644
--- a/app/Template/tasklink/show.php
+++ b/app/Template/tasklink/show.php
@@ -23,7 +23,7 @@
$link['is_active'] ? '' : 'task-link-closed'
) ?>
</td>
- <td><?= $columns_list[$link['column_id']] ?></td>
+ <td><?= $this->e($link['column_title']) ?></td>
<td>
<?= $this->a(t('Remove'), 'tasklink', 'confirm', array('link_id' => $link['id'], 'task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
</td>