diff --git a/module/bug/model.php b/module/bug/model.php index 52fb65fd8f..bc68e38ffd 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -1674,7 +1674,7 @@ class bugModel extends model public function processBuildForBugs($bugs) { $productIdList = array(); - foreach($bugs as $bug) $productIdList[$bug->id] = $bug->product; + foreach($bugs as $bug) $productIdList[$bug->product] = $bug->product; $builds = $this->loadModel('build')->getBuildPairs(array_unique($productIdList), 'all', $params = ''); /* Process the openedBuild and resolvedBuild fields. */