From: Dylan William Hardison Date: Thu, 4 Jan 2018 13:29:48 +0000 (-0500) Subject: fix strange error during push X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f4f73c8027787e1d83489be32ad798e00bfa77d;p=thirdparty%2Fbugzilla.git fix strange error during push --- diff --git a/Bugzilla/Config/Advanced.pm b/Bugzilla/Config/Advanced.pm index dc5be490f..e2c00f910 100644 --- a/Bugzilla/Config/Advanced.pm +++ b/Bugzilla/Config/Advanced.pm @@ -12,6 +12,7 @@ use strict; use warnings; use Bugzilla::Config::Common; +use Bugzilla::Util qw(validate_ip); our $sortkey = 1700;