diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-04-05 21:52:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-04-05 21:52:42 +0200 |
commit | 051339f11a8f000243cf5b2d8e22bfedf958272d (patch) | |
tree | f22be943449b991526be401eceabe77cada223f7 /showdependencygraph.cgi | |
parent | Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is... (diff) | |
download | bugzilla-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-x | showdependencygraph.cgi | 2 |
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{ |