From 8298c6b7299caa7251c1e57664ca1fbf95dbc98c Mon Sep 17 00:00:00 2001 From: zhujinyong Date: Mon, 22 Mar 2021 14:07:29 +0800 Subject: [PATCH] * Fix menu of bug. --- 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 d0a72da626..b5bc4be522 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -675,7 +675,7 @@ class bug extends control /* Set menu. */ if($from == 'bug') { - $this->bug->setMenu($this->products, $bug->product, $bug->branch); + $this->qa->setMenu($this->products, $bug->product, $bug->branch); } elseif($from == 'repo') {