diff --git a/include/bugs.php b/include/bugs.php index 6d49b0b..dfc639b 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -159,7 +159,7 @@ class Bug { if(!$bSilent) $this->SendNotificationMail(true); } - if($this->iSubmitterId) + if($this->iSubmitterId && ($this->iSubmitterId != $oUser->iUserId)) { $this->mailSubmitter(true); }