* Fix menu of bug.

This commit is contained in:
zhujinyong
2021-03-22 14:07:29 +08:00
parent 16fc58058a
commit 8298c6b729
+1 -1
View File
@@ -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')
{