fix font-color in apcu info; clear updatecheck-cache for nightly users

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-12-30 23:30:52 +01:00
parent 832ee07e0e
commit ea31c8a64d
3 changed files with 4 additions and 2 deletions

View File

@@ -151,6 +151,8 @@ class AutoUpdate
$zip->close();
// success - remove unused archive
@unlink($localArchive);
// reset cached version check
Settings::Set('system.updatecheck_data', '');
// wait a bit before we redirect to be sure
sleep(3);
return 0;