From 582d79393180c95706d5cef9e631c579b7c69d86 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 10 May 2010 01:20:10 -0700 Subject: Change @changed_fields to \@changed_fields inside a hashref in Bugzilla::BugMail. https://bugzilla.mozilla.org/show_bug.cgi?id=395451 --- Bugzilla/BugMail.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 98c3c40f8..d6f466150 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -560,7 +560,7 @@ sub sendMail { isnew => $isnew, to_user => $user, bug => $bug, - changedfields => @changed_fields, + changedfields => \@changed_fields, reasons => \@reasons, reasons_watch => \@reasons_watch, reasonsheader => join(" ", @headerrel), -- cgit v1.2.3-24-g4f1b