]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Change @changed_fields to \@changed_fields inside a hashref in
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 10 May 2010 08:20:10 +0000 (01:20 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 10 May 2010 08:20:10 +0000 (01:20 -0700)
Bugzilla::BugMail.

https://bugzilla.mozilla.org/show_bug.cgi?id=395451

Bugzilla/BugMail.pm

index 98c3c40f818ff8d0ea7f3d42c54cd16650b314da..d6f46615046c0c662d6e0274f85d334d765f3c80 100644 (file)
@@ -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),