]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - fix typo
authorDylan William Hardison <dylan@hardison.net>
Sat, 10 Mar 2018 20:51:27 +0000 (15:51 -0500)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 20:51:27 +0000 (15:51 -0500)
This wasn't deployed luckily.

Bugzilla/Logging.pm

index b69ffa2e916201513fcff69651667d7e48f6db95..769485c8640c636cbc6ec71a0d5f2f2d5cfcac62 100644 (file)
@@ -17,7 +17,7 @@ use Bugzilla::Constants qw(bz_locations);
 use English qw(-no_match_vars $PROGRAM_NAME);
 
 sub is_interactive {
-    return exists $ENV{'SERVER_SOFTWARE'} ? 1 : 0;
+    return not exists $ENV{SERVER_SOFTWARE}
 }
 
 BEGIN {