From 286637cf16f1b933e8d4e14a4be4ca7123866374 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 2 Oct 2018 16:22:19 -0400 Subject: Bug 1495869 - Crash graph not found after mojo migration --- Bugzilla/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 39272a538..c337b5af8 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -1029,7 +1029,7 @@ sub create { return '' unless @sigs; # use a URI object to encode the query string part. - my $uri = URI->new(Bugzilla->localconfig->{urlbase} . 'static/metricsgraphics/socorro-lens.html'); + my $uri = URI->new(Bugzilla->localconfig->{urlbase} . 'metricsgraphics/socorro-lens.html'); $uri->query_form('s' => join("\\", @sigs)); return $uri; }, -- cgit v1.2.3-24-g4f1b