зеркало из https://github.com/mozilla/pjs.git
Bug 182512 Charts over time broken
patch by joel r=gerv a=justdave
This commit is contained in:
Родитель
10b9e4baea
Коммит
d7179ba1dc
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче