From 3a3aa89f4e06fffc5697f1b5e64093fa04e95144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 24 Apr 2007 23:41:22 +0000 Subject: [PATCH] Fix empty mail upon version acceptance. version::unQueue() was passing the wrong argument to mailSubmitter() --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.php b/include/version.php index 11519da..e1e16d9 100644 --- a/include/version.php +++ b/include/version.php @@ -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 */