From 9717d5de9d39dc5230e325fefa1035281890efeb Mon Sep 17 00:00:00 2001 From: Heiko Adams Date: Mon, 20 May 2013 15:57:16 +0200 Subject: fixed wrong path for css files in function calculate_dep_timestamp --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 328b00c8a..21bba8dee 100644 --- a/include/functions.php +++ b/include/functions.php @@ -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; -- cgit v1.2.3