diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 2fd6a23b1..cfa2be909 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -226,7 +226,7 @@ use Memoize; # BMO: we don't map exactly to a specific bugzilla version, so override our # reported version with a parameter. sub BUGZILLA_VERSION { - my $bugzilla_version = '4.2+'; + my $bugzilla_version = '4.2'; eval { require Bugzilla } || return $bugzilla_version; return Bugzilla->params->{bugzilla_version} || $bugzilla_version; } |