fixed wrong path for css files in function calculate_dep_timestamp

This commit is contained in:
Heiko Adams 2013-05-20 15:57:16 +02:00
parent 6938c03658
commit 9717d5de9d

View file

@ -4169,7 +4169,7 @@
}
function calculate_dep_timestamp() {
$files = array_merge(glob("js/*.js"), glob("*.css"));
$files = array_merge(glob("js/*.js"), glob("css/*.css"));
$max_ts = -1;