diff options
author | lpsolit%gmail.com <> | 2006-02-23 11:10:34 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-02-23 11:10:34 +0100 |
commit | 9aa1c05eed0f2fcae94296f90c5a84d26e8846a4 (patch) | |
tree | 1db2c280a776a661963d7665506e3f34492a1e17 | |
parent | 18e0eec795f702856470969a7f0dc134a3686ffc (diff) | |
download | bugzilla-9aa1c05eed0f2fcae94296f90c5a84d26e8846a4.tar.gz bugzilla-9aa1c05eed0f2fcae94296f90c5a84d26e8846a4.tar.xz |
Bug 328239: Software error when editing the 'docs_urlbase' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
-rw-r--r-- | Bugzilla/Config/Common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index ee6e9fe47..817e7b5be 100644 --- a/Bugzilla/Config/Common.pm +++ b/Bugzilla/Config/Common.pm @@ -60,7 +60,7 @@ use Bugzilla::Constants; use base qw(Exporter); @Bugzilla::Config::Common::EXPORT = - qw(check_multi check_numeric check_regexp + qw(check_multi check_numeric check_regexp check_url check_sslbase check_priority check_severity check_platform check_opsys check_shadowdb check_urlbase check_webdotbase check_netmask check_user_verify_class check_image_converter |