diff options
| author | Byron Jones <glob@mozilla.com> | 2014-05-14 14:47:27 +0800 |
|---|---|---|
| committer | Byron Jones <glob@mozilla.com> | 2014-05-14 14:47:27 +0800 |
| commit | 33a29ba280cdaf775e56aafbb34eb716a1da292f (patch) | |
| tree | 35c1c0b0d4d31990dceb71e23dc59f7902a45c72 /Bugzilla | |
| parent | 6d3857e31ab6d39625c2b5703a876d0b13930c18 (diff) | |
| download | bugs-33a29ba280cdaf775e56aafbb34eb716a1da292f.tar bugs-33a29ba280cdaf775e56aafbb34eb716a1da292f.tar.gz bugs-33a29ba280cdaf775e56aafbb34eb716a1da292f.tar.bz2 bugs-33a29ba280cdaf775e56aafbb34eb716a1da292f.tar.xz bugs-33a29ba280cdaf775e56aafbb34eb716a1da292f.zip | |
fix mod_perl breakage caused by bug 977969
Diffstat (limited to 'Bugzilla')
| -rw-r--r-- | Bugzilla/Template.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index c4da68802..4a79f1aaf 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -532,6 +532,7 @@ sub _concatenate_css { write_file($file, $content); } + $file =~ s/^\Q$cgi_path\E\///; return mtime_filter($file); } |
