fix cache refresh issue

This commit is contained in:
luzeagithub 2021-07-01 17:58:52 +02:00
parent cf4df29e2f
commit 4e992e1562

View File

@ -389,7 +389,7 @@ function uupGetOnlineFiles($updateId, $rev, $info, $cacheRequests, $type) {
}
}
if($cacheRequests == 1) {
if($cacheRequests == 1 && $cached == 0) {
$cache = array(
'expires' => time()+90,
'content' => $out,