From e98e1e1699abc0551f3ca783794aea49c5d0c908 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 16 Aug 2006 06:08:34 +0000 Subject: Bug 148836: Can't get email, "When I'm added to or removed from the Bug Owner capacity" ONLY - Patch by Frédéric Buclin r=bkor a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/User.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/User.pm') diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 01f2db4d9..12c680f78 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1132,7 +1132,7 @@ sub wants_bug_mail { # from the point of view of this user. my %events; foreach my $ref (@$fieldDiffs) { - my ($who, $fieldName, $when, $old, $new) = @$ref; + my ($who, $whoname, $fieldName, $when, $old, $new) = @$ref; # A change to any of the above fields sets the corresponding event if (defined($names_to_events{$fieldName})) { $events{$names_to_events{$fieldName}} = 1; -- cgit v1.2.3-24-g4f1b