1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 06:01:28 +00:00

Merge pull request #197 from HeikoAdams/master

Bugfix functions.php
This commit is contained in:
Andrew Dolgov
2013-05-20 07:01:05 -07:00

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;