From d57aefa118802606ea7cc424aaa62173be9eec41 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 22 Aug 2018 10:33:25 -0400 Subject: add graphs to the path --- Bugzilla/Quantum/Static.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Quantum/Static.pm b/Bugzilla/Quantum/Static.pm index d687873ab..c01f062a4 100644 --- a/Bugzilla/Quantum/Static.pm +++ b/Bugzilla/Quantum/Static.pm @@ -11,7 +11,7 @@ use Bugzilla::Constants qw(bz_locations); my $LEGACY_RE = qr{ ^ (?:static/v[0-9]+\.[0-9]+/) ? - ( (?:extensions/[^/]+/web|(?:image|skin|j)s)/.+) + ( (?:extensions/[^/]+/web|(?:image|graph|skin|j)s)/.+) $ }xs; -- cgit v1.2.3-24-g4f1b