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')