summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/BoardTooltip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/BoardTooltip.php b/app/Controller/BoardTooltip.php
index 06f4d729..da07ec4e 100644
--- a/app/Controller/BoardTooltip.php
+++ b/app/Controller/BoardTooltip.php
@@ -104,7 +104,7 @@ class BoardTooltip extends Base
{
$task = $this->getTask();
- $this->response->html($this->template->render('task/recurring_info', array(
+ $this->response->html($this->template->render('task_recurrence/info', array(
'task' => $task,
'recurrence_trigger_list' => $this->task->getRecurrenceTriggerList(),
'recurrence_timeframe_list' => $this->task->getRecurrenceTimeframeList(),