mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#12560 alert update manager
This commit is contained in:
parent
dffdbff8b1
commit
6e150c1bc2
@ -928,7 +928,9 @@ class ConsoleSupervisor
|
||||
false
|
||||
);
|
||||
|
||||
if ($prev !== false
|
||||
if ($data['type'] === 'NOTIF.UPDATEMANAGER.REGISTRATION' && $prev !== false) {
|
||||
return;
|
||||
} else if ($prev !== false
|
||||
&& (time() - $prev['timestamp']) > $max_age
|
||||
) {
|
||||
// Clean previous notification.
|
||||
|
Loading…
x
Reference in New Issue
Block a user