From 7aacb6717aa150a8bf9700b0625e804b956f7313 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Tue, 20 Jul 2021 14:01:27 +0800 Subject: [PATCH] * Fix bug #13684. --- module/bug/control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/bug/control.php b/module/bug/control.php index b5512865f4..0d64822484 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -98,9 +98,9 @@ class bug extends control { $this->loadModel('datatable'); - $products = $this->loadModel('product')->getPairs('noclosed'); + $products = $this->loadModel('product')->getPairs('noclosed'); $productID = $this->product->saveState($productID, $products); - $this->qa->setMenu($products, $productID); + $this->qa->setMenu($products, $productID, $branch); /* Set browse type. */ $browseType = strtolower($browseType);