Commit 582d7939 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Change @changed_fields to \@changed_fields inside a hashref in

parent 910d4cd2
...@@ -560,7 +560,7 @@ sub sendMail { ...@@ -560,7 +560,7 @@ sub sendMail {
isnew => $isnew, isnew => $isnew,
to_user => $user, to_user => $user,
bug => $bug, bug => $bug,
changedfields => @changed_fields, changedfields => \@changed_fields,
reasons => \@reasons, reasons => \@reasons,
reasons_watch => \@reasons_watch, reasons_watch => \@reasons_watch,
reasonsheader => join(" ", @headerrel), reasonsheader => join(" ", @headerrel),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment