Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

This commit is contained in:
Andrew Dolgov 2013-05-20 19:53:42 +04:00
commit 81fbafef0f
1 changed files with 1 additions and 1 deletions

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;