diff --git a/include/screenshot.php b/include/screenshot.php index 2b3dfea..1e3f9f8 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -144,7 +144,7 @@ class Screenshot { if(!$bSilent) $this->mailMaintainers(true); } - if($this->iSubmitterId) + if($this->iSubmitterId && ($this->iSubmitterId != $_SESSION['current']->iUserId)) { $this->mailSubmitter(true); }