Fix empty mail upon version acceptance. version::unQueue() was passing the wrong argument to
mailSubmitter()
This commit is contained in:
committed by
WineHQ
parent
ec8312233c
commit
3a3aa89f4e
@@ -383,7 +383,7 @@ class Version {
|
||||
{
|
||||
$this->sQueued = 'false';
|
||||
// we send an e-mail to interested people
|
||||
$this->mailSubmitter("unQueue");
|
||||
$this->mailSubmitter("add");
|
||||
$this->SendNotificationMail();
|
||||
|
||||
/* Unqueue matching maintainer request */
|
||||
|
||||
Reference in New Issue
Block a user