diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-22 16:33:25 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-22 16:33:25 +0200 |
commit | d57aefa118802606ea7cc424aaa62173be9eec41 (patch) | |
tree | 01a666ed9a3ff56f96d4bb14fad8e39e48dba039 /Bugzilla | |
parent | 2b8987e24e6e3498fda31bc560a4427ef7fca617 (diff) | |
download | bugzilla-d57aefa118802606ea7cc424aaa62173be9eec41.tar.gz bugzilla-d57aefa118802606ea7cc424aaa62173be9eec41.tar.xz |
add graphs to the path
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Quantum/Static.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |