summaryrefslogtreecommitdiff
path: root/app/Template/comment/remove.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comment/remove.php')
-rw-r--r--app/Template/comment/remove.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/comment/remove.php b/app/Template/comment/remove.php
index c7de8053..55587b67 100644
--- a/app/Template/comment/remove.php
+++ b/app/Template/comment/remove.php
@@ -14,7 +14,7 @@
)) ?>
<div class="form-actions">
- <?= $this->url->link(t('Yes'), 'comment', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'comment_id' => $comment['id']), true, 'btn btn-red') ?>
+ <?= $this->url->link(t('Yes'), 'CommentController', 'remove', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'comment_id' => $comment['id']), true, 'btn btn-red') ?>
<?= t('or') ?>
<?= $this->url->link(t('cancel'), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>