* fix a bug for search bug in link bug.

This commit is contained in:
wangyidong
2015-04-15 13:53:33 +08:00
parent ce534d9f92
commit 2eb38cfeba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ class release extends control
if($browseType == 'bySearch')
{
$allBugs = $this->bug->getBySearch($release->product, $build->project ? array($build->project) : array(), $queryID, 'id_desc');
$allBugs = $this->bug->getBySearch($release->product, $build->project ? array($build->project => $build->project) : array(), $queryID, 'id_desc');
}
else
{