summaryrefslogtreecommitdiffstats
path: root/show_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-xshow_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/show_bug.cgi b/show_bug.cgi
index 0578733be..746167eef 100755
--- a/show_bug.cgi
+++ b/show_bug.cgi
@@ -117,7 +117,7 @@ $vars->{'bug_list'} = \@bug_list;
# on the exclusion list. This is so you can say e.g. "Everything except
# attachments" without listing almost all the fields.
my @fieldlist = (Bugzilla::Bug->fields, 'group', 'long_desc',
- 'attachment', 'attachmentdata');
+ 'attachment', 'attachmentdata', 'token');
my %displayfields;
if ($cgi->param("field")) {