If a user deletes a bug link he has submitted himself, don't send him an
e-mail saying the link has been rejected.
This commit is contained in:
committed by
WineHQ
parent
bdbc9ebec3
commit
3a6034a60d
@@ -159,7 +159,7 @@ class Bug {
|
||||
if(!$bSilent)
|
||||
$this->SendNotificationMail(true);
|
||||
}
|
||||
if($this->iSubmitterId)
|
||||
if($this->iSubmitterId && ($this->iSubmitterId != $oUser->iUserId))
|
||||
{
|
||||
$this->mailSubmitter(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user