summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm1
1 files changed, 1 insertions, 0 deletions
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);
}