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');