]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage; diffs is an arrayref in 4.0, an array on trunk.
authorGervase Markham <gerv@gerv.net>
Thu, 27 Jan 2011 11:10:27 +0000 (11:10 +0000)
committerGervase Markham <gerv@mozilla.org>
Thu, 27 Jan 2011 11:10:27 +0000 (11:10 +0000)
https://bugzilla.mozilla.org/show_bug.cgi?id=616422

Bugzilla/BugMail.pm

index 9630ce0ede5c7202a124e013309c7ee5e75bb855..9d63b9c79dce87fd549c9e458db72a24d58a477c 100644 (file)
@@ -191,7 +191,7 @@ sub Send {
     
     Bugzilla::Hook::process('bugmail_recipients',
                             { bug => $bug, recipients => \%recipients,
-                              users => \%user_cache, diffs => $diffs });
+                              users => \%user_cache, diffs => \@diffs });
 
     # Find all those user-watching anyone on the current list, who is not
     # on it already themselves.