diff --git a/trunk/module/release/control.php b/trunk/module/release/control.php index c7b2afb8cd..be039baa10 100644 --- a/trunk/module/release/control.php +++ b/trunk/module/release/control.php @@ -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(); }