]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 340309: process_bug.cgi fails when changing several bugs at once if all bugs...
authorlpsolit%gmail.com <>
Wed, 7 Jun 2006 05:55:29 +0000 (05:55 +0000)
committerlpsolit%gmail.com <>
Wed, 7 Jun 2006 05:55:29 +0000 (05:55 +0000)
process_bug.cgi

index 29b9990aecf52f4d238998c41d68925b017a4ab2..668bff4046c89c63c3da3119ca7bb08a216ed5af 100755 (executable)
@@ -963,7 +963,7 @@ if ($cgi->param('product') ne $cgi->param('dontchange')) {
                                                    join(',', @idlist) . 
                                                ")")};
     if (scalar(@newprod_ids) == 1) {
-        $product = Bugzilla::Product::check_product($newprod_ids[0]);
+        $product = new Bugzilla::Product($newprod_ids[0]);
     }
 }