From c64f94b337406cc8b534f33065a832bf63f6b84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Wed, 8 Nov 2017 16:08:44 +0800 Subject: [PATCH] * Fix task start bug --- module/task/view/start.html.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/module/task/view/start.html.php b/module/task/view/start.html.php index 1c69699a7c..b098027fa8 100644 --- a/module/task/view/start.html.php +++ b/module/task/view/start.html.php @@ -14,7 +14,11 @@ task->confirmFinish);?> -team) && array_keys($task->team)[0] != $this->app->user->account):?> +team)):?> +team); +if($team[0] != $this->app->user->account): +?>
@@ -54,4 +58,5 @@
+