summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorbbaetz%acm.org <>2003-02-23 16:31:07 +0100
committerbbaetz%acm.org <>2003-02-23 16:31:07 +0100
commitc0266d1fcdc15f5ccfb5890492a42f4ea598437b (patch)
tree3302ae6af039953c20ece548fad40742572774cd /globals.pl
parent9fc47ebee67937f2b309494457784d6ee8db9cfd (diff)
downloadbugzilla-c0266d1fcdc15f5ccfb5890492a42f4ea598437b.tar.gz
bugzilla-c0266d1fcdc15f5ccfb5890492a42f4ea598437b.tar.xz
Bug 194394 - Internal error after turning useqacontact off
r,a=justdave
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 62fc1d633..812fdff15 100644
--- a/globals.pl
+++ b/globals.pl
@@ -661,7 +661,7 @@ sub CanSeeBug {
|| (($userid > 0) &&
(
($assigned_to == $userid)
- || ($qa_contact == $userid)
+ || (Param('useqacontact') && $qa_contact == $userid)
|| (($reporter == $userid) && $rep_access)
|| ($found_cc && $cc_access)
|| ($found_groups == $found_members)