* fix the bug #51.

This commit is contained in:
wangchunsheng
2010-03-30 01:42:54 +00:00
parent b3919bb892
commit faefac5456
+1
View File
@@ -56,6 +56,7 @@ class release extends control
$this->view->header->title = $this->lang->release->create;
$this->view->position[] = $this->lang->release->create;
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID);
unset($this->view->builds['trunk']);
$this->display();
}