]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix mod_perl breakage caused by bug 977969
authorByron Jones <glob@mozilla.com>
Wed, 14 May 2014 06:47:27 +0000 (14:47 +0800)
committerByron Jones <glob@mozilla.com>
Wed, 14 May 2014 06:47:27 +0000 (14:47 +0800)
Bugzilla/Template.pm

index c4da68802ad0c2b6ffedfb2e7ee29bd9c0714e30..4a79f1aafadf0f1c26a95d4c88729a31f8f4523b 100644 (file)
@@ -532,6 +532,7 @@ sub _concatenate_css {
         write_file($file, $content);
     }
 
+    $file =~ s/^\Q$cgi_path\E\///;
     return mtime_filter($file);
 }