From a9021ec5a3cbb3b8ecc2f6d3338e6b51d68f0e12 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 27 May 2022 14:15:59 +0800 Subject: [PATCH] * Fix bug #23010. --- module/testcase/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/testcase/control.php b/module/testcase/control.php index 72d5d81cc1..7e75bf4794 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -126,7 +126,6 @@ class testcase extends control $uri = $this->app->getURI(true); $this->session->set('caseList', $uri, $this->app->tab); - $this->session->set('bugList', $uri, $this->app->tab); $this->session->set('productID', $productID); $this->session->set('moduleID', $moduleID); $this->session->set('browseType', $browseType);