summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgbasefuncs.inc.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-07-01 20:06:41 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-07-01 20:06:41 +0200
commit0d513e1468d3f37ebdc4e237ccb1855fc6d273a2 (patch)
tree65cfb3988e0ff92eabd5dde309bb87fc4aeba76c /web/lib/pkgbasefuncs.inc.php
parent707b1bb8788a272f0365baf99d9ef539655939a8 (diff)
downloadaurweb-0d513e1468d3f37ebdc4e237ccb1855fc6d273a2.tar.xz
Be explicit about accepted requests in emails
When sending notification emails after closing a request, be explicit about whether the request has been accepted or not. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/pkgbasefuncs.inc.php')
-rw-r--r--web/lib/pkgbasefuncs.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/pkgbasefuncs.inc.php b/web/lib/pkgbasefuncs.inc.php
index 32c2d9b..0ee2c31 100644
--- a/web/lib/pkgbasefuncs.inc.php
+++ b/web/lib/pkgbasefuncs.inc.php
@@ -540,7 +540,7 @@ function pkgbase_delete ($atype, $base_ids, $merge_base_id, $via) {
$dbh->exec($q);
if ($via) {
- pkgreq_close(intval($via));
+ pkgreq_close(intval($via), true);
}
return array(true, __("The selected packages have been deleted."));
@@ -598,7 +598,7 @@ function pkgbase_adopt ($atype, $base_ids, $action=true, $via) {
$dbh->exec($q);
if ($via) {
- pkgreq_close(intval($via));
+ pkgreq_close(intval($via), true);
}
if ($action) {