Commit 051339f1 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 855258: The dependency graph always uses urlbase, even when sslbase is in use

r=glob a=LpSolit
parent a8c9a8cf
......@@ -105,7 +105,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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment