]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 178794 Request Queue has Internal Server Error if accessed when not logged in
authorbugreport%peshkin.net <>
Thu, 7 Nov 2002 12:49:19 +0000 (12:49 +0000)
committerbugreport%peshkin.net <>
Thu, 7 Nov 2002 12:49:19 +0000 (12:49 +0000)
2xr=justdave
a=justdave (for commit during freeze)

request.cgi

index eb365559ea90306db3ad9b36971363b6406f2af8..00587917fbc4e703b888be23d12c567cdd6f4e8a 100755 (executable)
@@ -64,7 +64,7 @@ sub queue {
     
     my $attach_join_clause = "flags.attach_id = attachments.attach_id";
     if (Param("insidergroup") && !UserInGroup(Param("insidergroup"))) {
-        $attach_join_clause .= " AND attachment.isprivate < 1";
+        $attach_join_clause .= " AND attachments.isprivate < 1";
     }
 
     my $query =