* fix the bug #51.

This commit is contained in:
wangchunsheng
2010-03-30 01:42:54 +00:00
parent d37b117bd6
commit df99ca3de3

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();
}