summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorSimon Green <mail@simon.green>2015-07-29 11:38:37 +0200
committerSimon Green <mail@simon.green>2015-07-29 11:38:37 +0200
commit9e518c6b33f5b6aadb363ff0786a391c1fda6d7b (patch)
treec709e29a87a3eb95ce0b0251b803ab40e796191c /Bugzilla/Config
parentf578f79698f5779f20ee8354a3af132fafaf66da (diff)
downloadbugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.tar.gz
bugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.tar.xz
Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter
r=gerv, a=simon
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/Core.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm
index 654e569ba..de375e448 100644
--- a/Bugzilla/Config/Core.pm
+++ b/Bugzilla/Config/Core.pm
@@ -35,12 +35,6 @@ use constant get_param_list => (
default => '',
checker => \&check_sslbase
},
-
- {
- name => 'cookiepath',
- type => 't',
- default => '/'
- },
);
1;