summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm2
1 files changed, 1 insertions, 1 deletions
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;