From 0e2a60dc182c15159110e996b370fe1640af0fa4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 18 Apr 2007 05:13:22 +0000 Subject: Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch by Frédéric Buclin r=kevin.benton r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/Core.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config/Core.pm') diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index 33eb46ac5..a0aca9c9b 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -113,6 +113,12 @@ sub get_param_list { default => '' }, + { + name => 'proxy_url', + type => 't', + default => '' + }, + { name => 'upgrade_notification', type => 's', -- cgit v1.2.3-24-g4f1b