From: Dylan William Hardison Date: Sat, 10 Mar 2018 20:51:27 +0000 (-0500) Subject: no bug - fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ee20b480b45ff9c66b7de3e957f7d0b6ed19ddb;p=thirdparty%2Fbugzilla.git no bug - fix typo This wasn't deployed luckily. --- diff --git a/Bugzilla/Logging.pm b/Bugzilla/Logging.pm index b69ffa2e9..769485c86 100644 --- a/Bugzilla/Logging.pm +++ b/Bugzilla/Logging.pm @@ -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 {