diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-04-05 21:54:25 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-04-05 21:54:25 +0200 |
commit | eb3f79d571264941970ed750adad5a81205a3c2f (patch) | |
tree | 7be6ccefa60f05da286066647a2953c3b8d3410f /showdependencygraph.cgi | |
parent | 28d7936f7c35e7bd795a44283332840a0e32a1aa (diff) | |
download | bugzilla-eb3f79d571264941970ed750adad5a81205a3c2f.tar.gz bugzilla-eb3f79d571264941970ed750adad5a81205a3c2f.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 0726760b9..71eaa9183 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -120,7 +120,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{ |