Commit 5d53c6ff authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 303303: Data aren't displayed in old charts when the product is closed for…

Bug 303303: Data aren't displayed in old charts when the product is closed for new bug entry - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
parent 35f1ce88
......@@ -84,10 +84,6 @@ if (! defined $cgi->param('product')) {
grep($_ eq $product, @myproducts)
|| ThrowUserError("invalid_product_name", {product => $product});
# We don't want people to be able to view
# reports for products they don't have permissions for...
if ($product ne '-All-') { CanEnterProductOrWarn($product) }
# We've checked that the product exists, and that the user can see it
# This means that is OK to detaint
trick_taint($product);
......
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