diff options
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi index a29184200..37baecc86 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1227,6 +1227,7 @@ else { # Some versions of perl will taint 'votes' if this is done as a single # statement, because $::FORM{'votes'} is tainted at this point +$::FORM{'votes'} ||= ""; if (trim($::FORM{'votes'}) && !grep($_ eq 'votes', @displaycolumns)) { push(@displaycolumns, 'votes'); } |