Fix visualizzazione notifica aggiornamenti

This commit is contained in:
MatteoPistorello 2022-09-12 16:34:20 +02:00
parent 81bd21aed2
commit bffe51c49b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class UpdateHook extends CachedManager
public function response()
{
$update = $this->getCache()->content;
$update = $this->getCache()->content[0];
if ($update == Update::getVersion() || empty(setting('Attiva aggiornamenti'))) {
$update = null;
}