From 7b39ef98eadfc204a845cdc9842ebcfdea714e74 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 30 Mar 2021 16:34:03 +0800 Subject: [PATCH] * Finish task #11393. --- module/bug/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index 7a2187dc17..b26f0d792a 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -505,7 +505,7 @@ class bug extends control /* Get products and projects. */ $products = $this->products; - $projects = array('' => ''); + $projects = array(0 => ''); if($projectID) { $products = array();