From ac2a7986613871f137fe55f4e2dcc84cdd4822a4 Mon Sep 17 00:00:00 2001 From: Yagami Date: Mon, 5 Dec 2022 14:16:02 +0800 Subject: [PATCH] * Finish task #78689. --- module/product/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/product/control.php b/module/product/control.php index a691565285..c1d0f08da2 100755 --- a/module/product/control.php +++ b/module/product/control.php @@ -274,6 +274,7 @@ class product extends control if(!$product and $isProjectStory) { /* Get branch display under multiple products. */ + $branchOptions = array(); foreach($projectProducts as $projectProduct) { if($projectProduct and $projectProduct->type != 'normal')