mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-4775-Error-masivas-de-agente-sin-cambios' into 'develop'
added condition in agent massive edition See merge request artica/pandorafms!2791
This commit is contained in:
commit
13b3099553
@ -199,7 +199,7 @@ if ($update_agents) {
|
||||
}
|
||||
|
||||
// Update the configuration files.
|
||||
if ($result && ($old_interval_value != $values['intervalo'])) {
|
||||
if ($result && ($old_interval_value != $values['intervalo']) && !empty($values['intervalo'])) {
|
||||
enterprise_hook(
|
||||
'config_agents_update_config_token',
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user