diff options
author | Gervase Markham <gerv@mozilla.org> | 2014-12-22 10:11:12 +0000 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-22 10:11:12 +0000 |
commit | 1d1bb369d6608e4e276767289dc2c1651afe0d58 (patch) | |
tree | 13f00ced5664c63c44ef853ba5376e0d70eafebe /Bugzilla/Config | |
parent | 5d0b206ac01fac427f25767d11cd81dc170f6387 (diff) | |
download | bugs-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.pm | 7 |
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', |