Don't call mailSubmitter() if the submitter is performing the auction
This commit is contained in:
committed by
WineHQ
parent
5cbb5cdd4d
commit
00729ac39d
@@ -159,7 +159,8 @@ class Bug {
|
||||
if(!$bSilent)
|
||||
$this->SendNotificationMail(true);
|
||||
}
|
||||
if($this->iSubmitterId && ($this->iSubmitterId != $oUser->iUserId))
|
||||
if($this->iSubmitterId &&
|
||||
($this->iSubmitterId != $_SESSION['current']->iUserId))
|
||||
{
|
||||
$this->mailSubmitter(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user