Fix maintainer::getSubmitterEmails() to append addresses
This commit is contained in:
committed by
Chris Morgan
parent
4f792a28ba
commit
166d6fdf41
@@ -409,7 +409,7 @@ class maintainer
|
|||||||
{
|
{
|
||||||
if($i)
|
if($i)
|
||||||
$sRecipients .= ' ';
|
$sRecipients .= ' ';
|
||||||
$sRecipients = $oRow->email;
|
$sRecipients .= $oRow->email;
|
||||||
}
|
}
|
||||||
return $sRecipients;
|
return $sRecipients;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user