mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-15 10:40:05 +01:00
Fix visualizzazione notifica aggiornamenti
This commit is contained in:
parent
81bd21aed2
commit
bffe51c49b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user