Merge branch 'ent-13771-problemas-integracion-pandora-itsm-con-pandora-fms-interminables-entradas-en-tconfig' into 'develop'
fix token repeat infite pandora_enterprise#13771 See merge request artica/pandorafms!7413
This commit is contained in:
commit
081066a272
|
@ -1991,7 +1991,7 @@ function config_update_config()
|
|||
|
||||
$ITSM_groups_agents_sync = get_parameter(
|
||||
'ITSM_groups_agents_sync',
|
||||
null
|
||||
''
|
||||
);
|
||||
|
||||
if (empty($ITSM_groups_agents_sync) === false) {
|
||||
|
@ -3958,7 +3958,7 @@ function config_process_config()
|
|||
}
|
||||
|
||||
if (!isset($config['ITSM_groups_agents_sync'])) {
|
||||
config_update_value('ITSM_groups_agents_sync', null);
|
||||
config_update_value('ITSM_groups_agents_sync', '');
|
||||
}
|
||||
|
||||
// Module Library.
|
||||
|
|
Loading…
Reference in New Issue