mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Bug 254374: Fix regression in qacontact from bug 186093
This commit is contained in:
parent
582c9d22c5
commit
3fca7f6a78
@ -277,7 +277,7 @@ sub can_see_bug {
|
||||
$isoncclist, $missinggroup) = $sth->fetchrow_array();
|
||||
$self->{sthCanSeeBug} = $sth;
|
||||
return ( (($reporter == $userid) && $reporter_access)
|
||||
|| (Param('qacontact') && ($qacontact == $userid) && $userid)
|
||||
|| (Param('useqacontact') && ($qacontact == $userid) && $userid)
|
||||
|| ($owner == $userid)
|
||||
|| ($isoncclist && $cclist_access)
|
||||
|| (!$missinggroup) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user