summaryrefslogtreecommitdiff
path: root/app/Template/comment/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comment/edit.php')
-rw-r--r--app/Template/comment/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/comment/edit.php b/app/Template/comment/edit.php
index 4036b673..abe98804 100644
--- a/app/Template/comment/edit.php
+++ b/app/Template/comment/edit.php
@@ -22,6 +22,6 @@
<div class="form-actions">
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
<?= t('or') ?>
- <?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
+ <?= $this->url->link(t('cancel'), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>
</form>