summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-05-14 08:47:27 +0200
committerByron Jones <glob@mozilla.com>2014-05-14 08:47:27 +0200
commit33a29ba280cdaf775e56aafbb34eb716a1da292f (patch)
tree35c1c0b0d4d31990dceb71e23dc59f7902a45c72 /Bugzilla/Template.pm
parent6d3857e31ab6d39625c2b5703a876d0b13930c18 (diff)
downloadbugzilla-33a29ba280cdaf775e56aafbb34eb716a1da292f.tar.gz
bugzilla-33a29ba280cdaf775e56aafbb34eb716a1da292f.tar.xz
fix mod_perl breakage caused by bug 977969
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm1
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);
}