From 8a095e956132523356060e481bda1eefe60e732a Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 14 Nov 2010 19:52:55 +0100 Subject: Bug 611979: Undefined subroutine &Bugzilla::Config::Advanced::check_multi when enabling strict_transport_security r=glob a=LpSolit --- Bugzilla/Config/Advanced.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Config/Advanced.pm b/Bugzilla/Config/Advanced.pm index fada813f1..faab6bbbd 100644 --- a/Bugzilla/Config/Advanced.pm +++ b/Bugzilla/Config/Advanced.pm @@ -32,6 +32,8 @@ package Bugzilla::Config::Advanced; use strict; +use Bugzilla::Config::Common; + our $sortkey = 1700; use constant get_param_list => ( -- cgit v1.2.3-24-g4f1b