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:
Alejandro Fraguas 2019-10-08 13:11:55 +02:00
commit 13b3099553
1 changed files with 1 additions and 1 deletions

View File

@ -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',
[