aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2014-12-22 10:11:12 +0000
committerGervase Markham <gerv@gerv.net>2014-12-22 10:11:12 +0000
commit1d1bb369d6608e4e276767289dc2c1651afe0d58 (patch)
tree13f00ced5664c63c44ef853ba5376e0d70eafebe /Bugzilla/Config
parent5d0b206ac01fac427f25767d11cd81dc170f6387 (diff)
downloadbugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar
bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar.gz
bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar.bz2
bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.tar.xz
bugs-1d1bb369d6608e4e276767289dc2c1651afe0d58.zip
Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=glob.
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r--Bugzilla/Config/General.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/Config/General.pm b/Bugzilla/Config/General.pm
index 5efaa6f6c..380680590 100644
--- a/Bugzilla/Config/General.pm
+++ b/Bugzilla/Config/General.pm
@@ -25,13 +25,6 @@ use constant get_param_list => (
},
{
- name => 'docs_urlbase',
- type => 't',
- default => 'docs/%lang%/html/',
- checker => \&check_url
- },
-
- {
name => 'utf8',
type => 'b',
default => '0',