1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix visualizzazione notifica aggiornamenti

This commit is contained in:
MatteoPistorello
2022-09-12 16:34:20 +02:00
parent 81bd21aed2
commit bffe51c49b

View File

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