summaryrefslogtreecommitdiff
path: root/app/Controller/TaskListController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/TaskListController.php')
-rw-r--r--app/Controller/TaskListController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/TaskListController.php b/app/Controller/TaskListController.php
index c6d1fa92..3f48be85 100644
--- a/app/Controller/TaskListController.php
+++ b/app/Controller/TaskListController.php
@@ -35,7 +35,7 @@ class TaskListController extends BaseController
)
->calculate();
- $this->response->html($this->helper->layout->app('task_list/show', array(
+ $this->response->html($this->helper->layout->app('task_list/listing', array(
'project' => $project,
'title' => $project['name'],
'description' => $this->helper->projectHeader->getDescription($project),