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 3c7f2318..ce69aade 100644
--- a/app/Template/task_recurrence/edit.php
+++ b/app/Template/task_recurrence/edit.php
@@ -4,7 +4,7 @@
<?php if ($task['recurrence_status'] != \Kanboard\Model\Task::RECURRING_STATUS_NONE): ?>
<div class="listing">
- <?= $this->render('task/recurring_info', array(
+ <?= $this->render('task_recurrence/info', array(
'task' => $task,
'recurrence_trigger_list' => $recurrence_trigger_list,
'recurrence_timeframe_list' => $recurrence_timeframe_list,