diff options
author | lpsolit%gmail.com <> | 2007-04-18 07:13:22 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-04-18 07:13:22 +0200 |
commit | 0e2a60dc182c15159110e996b370fe1640af0fa4 (patch) | |
tree | d01fc40e5cdd24640ec5eb42675783d9f7121533 /Bugzilla/Config | |
parent | 0cd4b869322d7f338412d604f2756d64057c9db0 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Config/Core.pm | 6 |
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', |