summaryrefslogtreecommitdiff
path: root/controllers/task.php
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-21 21:19:17 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-21 21:19:17 -0500
commit3345154b4d1864a974e7d1d823285cf0490ef55d (patch)
treefcdd80d004e6fedb10384f130c732362061c1a77 /controllers/task.php
parent94ce6f136419aa8b126017bc510f25b1b4d653af (diff)
Fix minor errors
Diffstat (limited to 'controllers/task.php')
-rw-r--r--controllers/task.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/task.php b/controllers/task.php
index e42d1eec..b30758b6 100644
--- a/controllers/task.php
+++ b/controllers/task.php
@@ -151,7 +151,7 @@ class Task extends Base
'errors' => $errors,
'values' => $values,
'projects_list' => $this->project->getListByStatus(\Model\Project::ACTIVE),
- 'columns_list' => $this->board->getColumnsList($task['project_id']),
+ 'columns_list' => $this->board->getColumnsList($values['project_id']),
'users_list' => $this->user->getList(),
'colors_list' => $this->task->getColors(),
'menu' => 'tasks',