Commit 1e04722b authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 254374: Fix regression in qacontact from bug 186093

parent f6c796ad
......@@ -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) );
......
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