From 0067119fbe1f6753dcef15bc4e221a19c49ea3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=8D=8E=E4=BC=9F?= Date: Fri, 25 Feb 2022 11:08:38 +0800 Subject: [PATCH] *Fix bug #19959 #19963 --- module/execution/control.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module/execution/control.php b/module/execution/control.php index 4ffe53b5a8..b8218f12eb 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -815,13 +815,8 @@ class execution extends control $showModule = !empty($this->config->datatable->executionStory->showModule) ? $this->config->datatable->executionStory->showModule : ''; $modulePairs = $showModule ? $this->tree->getModulePairs($type == 'byproduct' ? $param : 0, 'story', $showModule) : array(); - - //if($param) $this->session->set('executionStoryBrowseParam', $param ? false : true); $isAllProduct = true; if($this->cookie->storyProductParam or $this->cookie->storyModuleParam or $this->cookie->storyBranchParam) $isAllProduct = false; - a('is'.$isAllProduct); - //if($this->cookie->storyProductParam) $isAllProduct = $this->session->executionStoryBrowseParam; - //if(isset($_GET['param'])) $isAllProduct = $param ? false : true; /* Assign. */ $this->view->title = $title; $this->view->position = $position;