diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 21:19:17 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 21:19:17 -0500 |
commit | 3345154b4d1864a974e7d1d823285cf0490ef55d (patch) | |
tree | fcdd80d004e6fedb10384f130c732362061c1a77 /controllers/task.php | |
parent | 94ce6f136419aa8b126017bc510f25b1b4d653af (diff) |
Fix minor errors
Diffstat (limited to 'controllers/task.php')
-rw-r--r-- | controllers/task.php | 2 |
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', |