From: Byron Jones Date: Wed, 14 May 2014 06:47:27 +0000 (+0800) Subject: fix mod_perl breakage caused by bug 977969 X-Git-Tag: bugzilla-4.5.5~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a29ba280cdaf775e56aafbb34eb716a1da292f;p=thirdparty%2Fbugzilla.git fix mod_perl breakage caused by bug 977969 --- 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); }