From df4dade550d26c7859e0f1ca457c040d65c3e533 Mon Sep 17 00:00:00 2001 From: "olav%bkor.dhs.org" <> Date: Tue, 6 Feb 2007 05:34:20 +0000 Subject: Bug 366187: Fix regression; ensure dependent changed bugmail will be sent out Patch by Olav Vitters r=LpSolit a=LpSolit --- Bugzilla/BugMail.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/BugMail.pm') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index a4462b7ba..7a35d9f9e 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -438,6 +438,7 @@ sub Send { $relationship, $diffs, $comments{$lang}, + $deptext, $changer, !$start)) { -- cgit v1.2.3-24-g4f1b