From b59b8b1c394c90d1d4ea8e4dc181ceee3c3fe4e8 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 20 Jul 2022 11:25:11 +0800 Subject: [PATCH] * Fix bug #25478. --- module/company/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/company/control.php b/module/company/control.php index e47f29c356..641876ccf0 100644 --- a/module/company/control.php +++ b/module/company/control.php @@ -191,7 +191,6 @@ class company extends control $this->session->set('riskList', $uri, 'project'); $this->session->set('opportunityList', $uri, 'project'); $this->session->set('trainplanList', $uri, 'project'); - $this->session->set('executionList', $uri, 'execution'); $this->session->set('taskList', $uri, 'execution'); $this->session->set('buildList', $uri, 'execution'); $this->session->set('bugList', $uri, 'qa');