Commit 41ea14c4 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 182512 Charts over time broken

patch by joel r=gerv a=justdave
parent d707f379
......@@ -82,7 +82,8 @@ if (! defined $FORM{'product'}) {
# We don't want people to be able to view
# reports for products they don't have permissions for...
if (!CanEnterProduct($FORM{'product'})) {
if (($FORM{'product'} ne '-All-')
&& (!CanEnterProduct($FORM{'product'}))) {
ThrowUserError("report_access_denied");
}
......
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