- remove currentVersion assign.

This commit is contained in:
wangchunsheng
2011-10-29 12:49:16 +00:00
parent 4c519122a2
commit bc019927de
-1
View File
@@ -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();
}