diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-04-05 21:50:18 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-04-05 21:50:18 +0200 |
commit | a81cdb1b3c8432873d1fe98993bf6ba9bab461ab (patch) | |
tree | 58692bedb886f86c9aa113c15ed198b95e63c02a /showdependencygraph.cgi | |
parent | c97565262265c7e47610c81bcaf67c03c113a131 (diff) | |
download | bugzilla-a81cdb1b3c8432873d1fe98993bf6ba9bab461ab.tar.gz bugzilla-a81cdb1b3c8432873d1fe98993bf6ba9bab461ab.tar.xz |
Bug 855258: The dependency graph always uses urlbase, even when sslbase is in use
r=glob a=LpSolit
Diffstat (limited to 'showdependencygraph.cgi')
-rwxr-xr-x | showdependencygraph.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index c8b99521c..9c45b2586 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -107,7 +107,7 @@ chmod Bugzilla::Install::Filesystem::CGI_WRITE, $filename or warn install_string('chmod_failed', { path => $filename, error => $! }); -my $urlbase = Bugzilla->params->{'urlbase'}; +my $urlbase = correct_urlbase(); print $fh "digraph G {"; print $fh qq( |