From f91e240aac65936bc9dee0f926cd6f1021f48fe0 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Thu, 31 Jan 2019 20:50:06 -0500 Subject: no bug - perltidy again, using the latest release blame jeff --- attachment.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'attachment.cgi') diff --git a/attachment.cgi b/attachment.cgi index d8244b080..d404c85df 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -205,7 +205,7 @@ sub get_attachment { } $attachments{$field_name} = $attachment; } - my @args = map { $_ . '=' . $attachments{$_}->id } @field_names; + my @args = map { $_ . '=' . $attachments{$_}->id } @field_names; my $cgi_params = $cgi->canonicalise_query(@field_names, 't', 'Bugzilla_login', 'Bugzilla_password'); push(@args, $cgi_params) if $cgi_params; @@ -810,7 +810,7 @@ sub delete_attachment { # The token is valid. Delete the content of the attachment. my $msg; $vars->{'attachment'} = $attachment; - $vars->{'reason'} = clean_text($cgi->param('reason') || ''); + $vars->{'reason'} = clean_text($cgi->param('reason') || ''); $template->process("attachment/delete_reason.txt.tmpl", $vars, \$msg) || ThrowTemplateError($template->error()); -- cgit v1.2.3-65-gdbad