From 33a29ba280cdaf775e56aafbb34eb716a1da292f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 14 May 2014 14:47:27 +0800 Subject: fix mod_perl breakage caused by 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 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); } -- cgit v1.2.3-24-g4f1b