diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-02-08 18:24:15 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-02-08 18:24:15 -0500 |
| commit | ac2bf9d553abf17ca9f24cb5dcbfc011d4486215 (patch) | |
| tree | b0c7faa1cb5956840bd44c0624a44b91c8a781b2 /app/Controller/SubtaskStatus.php | |
| parent | 03e459fca79beeda8f94630de63ae4e37bbcf6b6 (diff) | |
Fix PHP notices during creation of first project and in subtasks table
Diffstat (limited to 'app/Controller/SubtaskStatus.php')
| -rw-r--r-- | app/Controller/SubtaskStatus.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/SubtaskStatus.php b/app/Controller/SubtaskStatus.php index ef0ec081..4fb82fc0 100644 --- a/app/Controller/SubtaskStatus.php +++ b/app/Controller/SubtaskStatus.php @@ -66,6 +66,7 @@ class SubtaskStatus extends Base 'task' => $task, 'subtasks' => $this->subtask->getAll($task['id']), 'editable' => true, + 'redirect' => 'task', )); } } |
