aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-04-05 21:52:42 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-04-05 21:52:42 +0200
commit051339f11a8f000243cf5b2d8e22bfedf958272d (patch)
treef22be943449b991526be401eceabe77cada223f7 /showdependencygraph.cgi
parentBug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is... (diff)
downloadbugzilla-051339f11a8f000243cf5b2d8e22bfedf958272d.tar.gz
bugzilla-051339f11a8f000243cf5b2d8e22bfedf958272d.tar.bz2
bugzilla-051339f11a8f000243cf5b2d8e22bfedf958272d.zip
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-xshowdependencygraph.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi
index 56a38f7cc..8e3592fbe 100755
--- a/showdependencygraph.cgi
+++ b/showdependencygraph.cgi
@@ -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{