Commit a44842f1 authored by Gervase Markham's avatar Gervase Markham Committed by Gervase Markham

Fix bustage; diffs is an arrayref in 4.0, an array on trunk.

parent 065c567b
......@@ -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.
......
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