diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-05 18:39:41 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-05 18:39:41 -0500 |
commit | a683c17fa7828fabc1b107265a87b07a91322c8f (patch) | |
tree | 530aa4b3befd3a09880d27b0028ecce7aa150a21 /app/Controller | |
parent | 9ae2024b0ae8f2a6d79b34a63d3f84a10818bf00 (diff) |
Move template recurrence_info
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/BoardTooltip.php | 2 |
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(), |