diff options
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 0726760b9..71eaa9183 100755 --- a/showdependencygraph.cgi +++ b/showdependencygraph.cgi @@ -120,7 +120,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{ |