fix token repeat infite pandora_enterprise#13771
This commit is contained in:
parent
d75f2d78f9
commit
5fac7f9554
|
@ -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