If a person deletes a screenshot he has submitted himself, don't send him an
extra email about it.
This commit is contained in:
committed by
WineHQ
parent
85b6503cf1
commit
4a41fcdbea
@@ -144,7 +144,7 @@ class Screenshot {
|
|||||||
if(!$bSilent)
|
if(!$bSilent)
|
||||||
$this->mailMaintainers(true);
|
$this->mailMaintainers(true);
|
||||||
}
|
}
|
||||||
if($this->iSubmitterId)
|
if($this->iSubmitterId && ($this->iSubmitterId != $_SESSION['current']->iUserId))
|
||||||
{
|
{
|
||||||
$this->mailSubmitter(true);
|
$this->mailSubmitter(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user