summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-20 19:53:42 +0400
committerAndrew Dolgov <[email protected]>2013-05-20 19:53:42 +0400
commit81fbafef0f8775c6acc1f1e055ea113547737ae2 (patch)
treeb1e11c859f5431bd60a494227c3fcc57a1b46397 /include/functions.php
parent9e14c591c14b51b9460bf7c1b27346da2e804f7f (diff)
parentbb4d6a88f3b03637ebcd1ff0247f63496ac58eed (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
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;