mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-15 11:00:48 +01:00
Fix logica Hook Aggiornamenti
This commit is contained in:
parent
a4fda979aa
commit
75c745eb41
@ -44,7 +44,7 @@ class UpdateHook extends CachedManager
|
||||
public function response()
|
||||
{
|
||||
$update = $this->getCache()->content;
|
||||
if ($update == Update::getVersion()) {
|
||||
if ($update == Update::getVersion() || empty(setting('Attiva aggiornamenti'))) {
|
||||
$update = null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user