From ac2bf9d553abf17ca9f24cb5dcbfc011d4486215 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 8 Feb 2016 18:24:15 -0500 Subject: Fix PHP notices during creation of first project and in subtasks table --- app/Controller/SubtaskStatus.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Controller/SubtaskStatus.php') 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', )); } } -- cgit v1.2.3