Fix broken link
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user