mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11461 Fix notify
This commit is contained in:
parent
4aabb5d669
commit
88d64a0e09
@ -872,6 +872,7 @@ class ConsoleSupervisor
|
||||
case 'NOTIF.CRON.CONFIGURED':
|
||||
case 'NOTIF.ALLOWOVERRIDE.MESSAGE':
|
||||
case 'NOTIF.HAMASTER.MESSAGE':
|
||||
case 'NOTIF.MYSQL.VERSION':
|
||||
|
||||
default:
|
||||
// NOTIF.SERVER.STATUS.
|
||||
@ -1839,7 +1840,7 @@ class ConsoleSupervisor
|
||||
]
|
||||
);
|
||||
} else {
|
||||
$this->cleanNotifications('NOTIF.PHP.VERSION');
|
||||
$this->cleanNotifications('NOTIF.MYSQL.VERSION');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user