From 664f2aacf67c7d72d62bebb765e52f3bb5660f3e Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 25 Jan 2024 09:31:35 +0800 Subject: [PATCH] * Fix bug #45064. --- module/execution/ui/managemembers.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/managemembers.html.php b/module/execution/ui/managemembers.html.php index 49a201464c..4aa6bae9cc 100644 --- a/module/execution/ui/managemembers.html.php +++ b/module/execution/ui/managemembers.html.php @@ -17,7 +17,7 @@ jsVar('executionID', $execution->id); /* zin: Define the set::module('team') feature bar on main menu. */ $copyTeamBox = ''; -if(count($teams2Import) != 1) +if(count($teams2Import) != 0) { $copyTeamBox = div (