Commit dd4e2faf authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 302927: Incorrect title when changing several bugs at once - Patch by…

Bug 302927: Incorrect title when changing several bugs at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
parent a1f68bd5
...@@ -1784,6 +1784,7 @@ foreach my $id (@idlist) { ...@@ -1784,6 +1784,7 @@ foreach my $id (@idlist) {
'changer' => Bugzilla->user->login }; 'changer' => Bugzilla->user->login };
$vars->{'id'} = $id; $vars->{'id'} = $id;
$vars->{'type'} = "bug";
# Let the user know the bug was changed and who did and didn't # Let the user know the bug was changed and who did and didn't
# receive email about the change. # receive email about the change.
......
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