diff --git a/module/projectrelease/control.php b/module/projectrelease/control.php index 0d729c5199..e8d92d0fdc 100644 --- a/module/projectrelease/control.php +++ b/module/projectrelease/control.php @@ -121,7 +121,7 @@ class projectrelease extends control $this->commonAction($projectID); /* Get the builds that can select. */ - $builds = $this->build->getBuildPairs(array_keys($this->products), 0, 'notrunk,withbranch', $projectID, 'project'); + $builds = $this->build->getBuildPairs(array_keys($this->products), 'all', 'notrunk,withbranch', $projectID, 'project'); $releasedBuilds = $this->projectrelease->getReleasedBuilds($projectID); foreach($releasedBuilds as $build) unset($builds[$build]); unset($builds['trunk']);