From a683c17fa7828fabc1b107265a87b07a91322c8f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 5 Feb 2016 18:39:41 -0500 Subject: Move template recurrence_info --- app/Controller/BoardTooltip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') 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(), -- cgit v1.2.3