From 0e44b5e51954470023eda053e3a3e5466d0e94ae Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 22 May 2014 15:17:30 +0800 Subject: add missing mod_perl fix for bug 977969 --- Bugzilla/Template.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index d367c47bb..d36ffd473 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -511,6 +511,7 @@ sub _concatenate_css { write_file($file, $content); } + $file =~ s/^\Q$cgi_path\E\///; return mtime_filter($file); } -- cgit v1.2.3-24-g4f1b