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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user