diff --git a/include/screenshot.php b/include/screenshot.php index 9baf31e..de8bf36 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -142,6 +142,7 @@ class Screenshot { $sUpdate = compile_update_string(array('queued' => "false")); if(query_appdb("UPDATE appData SET ".$sUpdate." WHERE id=".$this->iScreenshotId)) { + $this->bQueued = false; // we send an e-mail to intersted people $this->mailSubmitter(); $this->mailMaintainers();