Fix broken link

This commit is contained in:
Frederic Guillot
2016-05-08 11:56:14 -04:00
parent 1c3e6a0118
commit 5672a8c362

View File

@@ -6,7 +6,7 @@
<?php else: ?> <?php else: ?>
<?= $this->url->link( <?= $this->url->link(
$this->text->e($task['category_name']), $this->text->e($task['category_name']),
'boardPopover', 'TaskPopover',
'changeCategory', 'changeCategory',
array('task_id' => $task['id'], 'project_id' => $task['project_id']), array('task_id' => $task['id'], 'project_id' => $task['project_id']),
false, false,