Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Fix a comment location in report.cgi.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kanat-Alexander committed Apr 4, 2011
1 parent b043f1b commit 05ddc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ $template->process("$format->{'template'}", $vars)
sub get_names {
my ($names, $isnumeric, $field_name) = @_;
my ($field, @sorted);
# _realname fields aren't real Bugzilla::Field objects, but they are a
# valid axis, so we don't vailidate them as Bugzilla::Field objects.
$field = Bugzilla::Field->check($field_name)
# _realname fields aren't real Bugzilla::Field objects,
# but they are a valid axis.
if ($field_name && $field_name !~ /_realname$/);

if ($field && $field->is_select) {
Expand Down

0 comments on commit 05ddc23

Please sign in to comment.