From 2eeb58ae0321f584652714080649302c3f83a831 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 28 Jul 2015 20:20:18 -0400 Subject: Fix bug: wrong template name for subtasks tooltip due to previous file rename --- app/Controller/Subtask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/Subtask.php b/app/Controller/Subtask.php index 87f3fcb4..338918fb 100644 --- a/app/Controller/Subtask.php +++ b/app/Controller/Subtask.php @@ -186,7 +186,7 @@ class Subtask extends Base $this->session['has_subtask_inprogress'] = $this->subtask->hasSubtaskInProgress($this->userSession->getId()); - $this->response->html($this->template->render('board/subtasks', array( + $this->response->html($this->template->render('board/tooltip_subtasks', array( 'subtasks' => $this->subtask->getAll($task['id']), 'task' => $task, ))); -- cgit v1.2.3