Commit a81cdb1b 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 c9756526
......@@ -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(
......
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