From 33a29ba280cdaf775e56aafbb34eb716a1da292f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 14 May 2014 14:47:27 +0800 Subject: [PATCH] fix mod_perl breakage caused by bug 977969 --- Bugzilla/Template.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index c4da68802a..4a79f1aafa 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); } -- 2.47.2