Fix PHP notices during creation of first project and in subtasks table

This commit is contained in:
Frederic Guillot
2016-02-08 18:24:15 -05:00
parent 03e459fca7
commit ac2bf9d553
3 changed files with 9 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ class SubtaskStatus extends Base
'task' => $task,
'subtasks' => $this->subtask->getAll($task['id']),
'editable' => true,
'redirect' => 'task',
));
}
}