diff --git a/module/testsuite/control.php b/module/testsuite/control.php index b4c506037f..2fd00bc077 100644 --- a/module/testsuite/control.php +++ b/module/testsuite/control.php @@ -294,11 +294,10 @@ class testsuite extends control * @param int $recTotal * @param int $recPerPage * @param int $pageID - * @param string $from * @access public * @return void */ - public function linkCase($suiteID, $param = 0, $recTotal = 0, $recPerPage = 20, $pageID = 1, $from = 'browse') + public function linkCase($suiteID, $param = 0, $recTotal = 0, $recPerPage = 20, $pageID = 1) { /* Save session. */ $this->session->set('caseList', $this->app->getURI(true), 'qa'); @@ -342,7 +341,6 @@ class testsuite extends control $this->view->suiteID = $suiteID; $this->view->pager = $pager; $this->view->suite = $suite; - $this->view->from = $from; $this->display(); } diff --git a/module/testsuite/view/linkcase.html.php b/module/testsuite/view/linkcase.html.php index 28a1f6d3aa..e70bb6b157 100644 --- a/module/testsuite/view/linkcase.html.php +++ b/module/testsuite/view/linkcase.html.php @@ -15,8 +15,7 @@ global->flow);?>