Fix empty mail upon version acceptance. version::unQueue() was passing the wrong argument to

mailSubmitter()
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-24 23:41:22 +00:00
committed by WineHQ
parent ec8312233c
commit 3a3aa89f4e

View File

@@ -383,7 +383,7 @@ class Version {
{ {
$this->sQueued = 'false'; $this->sQueued = 'false';
// we send an e-mail to interested people // we send an e-mail to interested people
$this->mailSubmitter("unQueue"); $this->mailSubmitter("add");
$this->SendNotificationMail(); $this->SendNotificationMail();
/* Unqueue matching maintainer request */ /* Unqueue matching maintainer request */