summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Core.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-04-18 07:13:22 +0200
committerlpsolit%gmail.com <>2007-04-18 07:13:22 +0200
commit0e2a60dc182c15159110e996b370fe1640af0fa4 (patch)
treed01fc40e5cdd24640ec5eb42675783d9f7121533 /Bugzilla/Config/Core.pm
parent0cd4b869322d7f338412d604f2756d64057c9db0 (diff)
downloadbugzilla-0e2a60dc182c15159110e996b370fe1640af0fa4.tar.gz
bugzilla-0e2a60dc182c15159110e996b370fe1640af0fa4.tar.xz
Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
Diffstat (limited to 'Bugzilla/Config/Core.pm')
-rw-r--r--Bugzilla/Config/Core.pm6
1 files changed, 6 insertions, 0 deletions
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
@@ -114,6 +114,12 @@ sub get_param_list {
},
{
+ name => 'proxy_url',
+ type => 't',
+ default => ''
+ },
+
+ {
name => 'upgrade_notification',
type => 's',
choices => ['development_snapshot', 'latest_stable_release',