]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 302927: Incorrect title when changing several bugs at once - Patch by Frédéric...
authorlpsolit%gmail.com <>
Wed, 3 Aug 2005 07:26:54 +0000 (07:26 +0000)
committerlpsolit%gmail.com <>
Wed, 3 Aug 2005 07:26:54 +0000 (07:26 +0000)
process_bug.cgi

index 2d3be2ff259121f0eb9fd120fb05af64c02d5bed..9a3db0a8f1f7b57f23b63807fecc1021599723b3 100755 (executable)
@@ -1784,6 +1784,7 @@ foreach my $id (@idlist) {
                                   'changer' => Bugzilla->user->login };
 
     $vars->{'id'} = $id;
+    $vars->{'type'} = "bug";
     
     # Let the user know the bug was changed and who did and didn't
     # receive email about the change.