mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
fixed wrong path for css files in function calculate_dep_timestamp
This commit is contained in:
@@ -4169,7 +4169,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function calculate_dep_timestamp() {
|
function calculate_dep_timestamp() {
|
||||||
$files = array_merge(glob("js/*.js"), glob("*.css"));
|
$files = array_merge(glob("js/*.js"), glob("css/*.css"));
|
||||||
|
|
||||||
$max_ts = -1;
|
$max_ts = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user