diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-19 03:31:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 03:31:10 +0100 |
commit | daa2d6b1c40354ecce0e48e6c5ee686efe642c4b (patch) | |
tree | dc0781d54354999b4416d3b8ec5696112107bc05 /Bugzilla/Install | |
parent | 459ebf9cca578dc1d88f13da3a4fd0499cb7f2f8 (diff) | |
download | bugzilla-daa2d6b1c40354ecce0e48e6c5ee686efe642c4b.tar.gz bugzilla-daa2d6b1c40354ecce0e48e6c5ee686efe642c4b.tar.xz |
fix all the tests
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index eb750254b..08b824cad 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -117,6 +117,7 @@ sub HTTPD_ENV_CONF { sub _error_page { my ($code, $title, $description) = @_; + warn "urlbase: ", Bugzilla->urlbase, "\n"; my $host = Bugzilla->urlbase->host; return <<EOT; |