From bc019927decdb989d0f5d1d18e22fb4897f883af Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sat, 29 Oct 2011 12:49:16 +0000 Subject: [PATCH] - remove currentVersion assign. --- module/testcase/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/testcase/control.php b/module/testcase/control.php index 63f364bcd1..a71ca59c8b 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -330,7 +330,6 @@ class testcase extends control $this->view->modulePath = $this->tree->getParents($case->module); $this->view->users = $this->user->getPairs('noletter'); $this->view->actions = $this->loadModel('action')->getList('case', $caseID); - $this->view->currentVersion = $version; $this->display(); }