summaryrefslogtreecommitdiff
path: root/app/Template/task_recurrence/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_recurrence/edit.php')
-rw-r--r--app/Template/task_recurrence/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_recurrence/edit.php b/app/Template/task_recurrence/edit.php
index e1f0feca..550db2f8 100644
--- a/app/Template/task_recurrence/edit.php
+++ b/app/Template/task_recurrence/edit.php
@@ -40,7 +40,7 @@
<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>