diff options
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-x | enter_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi index 25b3dcf37..b4f609500 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -246,7 +246,7 @@ if ($cloned_bug_id) { # We need to ensure that we respect the 'insider' status of # the first comment, if it has one. Either way, make a note # that this bug was cloned from another bug. - my $bug_desc = $cloned_bug->comments({order => 'oldest_to_newest'})->[0]; + my $bug_desc = $cloned_bug->comments({order => 'oldest_to_newest'})->[0]; my $isprivate = $bug_desc->is_private; $vars->{'comment'} = ""; |