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 --- relogin.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index 8fefe5daa..2cd9bb25c 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -100,7 +100,7 @@ elsif ($action eq 'begin-sudo') { my $user = Bugzilla->login(LOGIN_REQUIRED); my $target_login = $cgi->param('target_login'); - my $reason = $cgi->param('reason') || ''; + my $reason = $cgi->param('reason') || ''; # At this point, the user is logged in. However, if they used a method # where they could have provided a username/password (i.e. CGI), but they -- cgit v1.2.3-65-gdbad