Commit baada6e8 authored by preed%sigkill.com's avatar preed%sigkill.com

Fixes Gerv's tree bustage from the checkin for bug 163114; 2xr=#mozwebtools

parent 60b331bc
......@@ -615,7 +615,7 @@ my $prod_id; # Remember, can't use this for mass changes
if ($::FORM{'product'} ne $::dontchange) {
$prod_id = get_product_id($::FORM{'product'});
$prod_id ||
ThrowUserError("invalid_product_name", {product => $::FORM{'product'});
ThrowUserError("invalid_product_name", {product => $::FORM{'product'}});
DoComma();
$::query .= "product_id = $prod_id";
......
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