* Fix bug #48429, don't append relatedBugs to excludeBugs when linking bugs.
This commit is contained in:
@@ -605,7 +605,7 @@ class bugModel extends model
|
||||
{
|
||||
$bug = $this->getByID($bugID);
|
||||
|
||||
$excludeBugs .= ",{$bug->id},{$bug->relatedBug}";
|
||||
$excludeBugs .= ",{$bug->id}";
|
||||
|
||||
if($bySearch) return $this->getBySearch('bug', (array)$bug->product, 'all', 0, 0, $queryID, $excludeBugs, 'id desc', $pager);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user