From fb099aafb1de60363d2e9fd10a7d7dd72ff4c1b1 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 15 Dec 2023 09:51:34 +0800 Subject: [PATCH] * Fix bug #41574. --- 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 5093808cf1..eb0a5c5456 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -788,7 +788,7 @@ class bug extends control /* 设置当前分支,并且设置导航。*/ /* Get branch and set menu. */ - if($branch === '') $branch = (int)$this->cookie->preBranch; + if($branch === '') $branch = $this->cookie->preBranch; $this->qa->setMenu($productID, $branch); /* 展示批量创建bug的相关变量。*/