diff options
-rwxr-xr-x | showdependencygraph.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/showdependencygraph.cgi b/showdependencygraph.cgi index c8b99521c..9c45b2586 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -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( |