From f0debe31d14409baa319aa8d33cf0ecdc69efe2f Mon Sep 17 00:00:00 2001 From: mayue Date: Tue, 15 Nov 2022 10:45:26 +0800 Subject: [PATCH] * Fix bug #29741. --- module/testcase/control.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/testcase/control.php b/module/testcase/control.php index 3fd762ac30..bc0c8115f8 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -348,8 +348,6 @@ class testcase extends control $stories = array_chunk($stories, $pager->recPerPage); $this->view->title = $this->lang->story->zeroCase; - $this->view->position[] = html::a($this->createLink('testcase', 'browse', "productID=$productID"), $products[$productID]); - $this->view->position[] = $this->lang->story->zeroCase; $this->view->stories = empty($stories) ? $stories : $stories[$pageID - 1]; $this->view->users = $this->user->getPairs('noletter');