mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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 = get_parameter(
|
||||||
'ITSM_groups_agents_sync',
|
'ITSM_groups_agents_sync',
|
||||||
null
|
''
|
||||||
);
|
);
|
||||||
|
|
||||||
if (empty($ITSM_groups_agents_sync) === false) {
|
if (empty($ITSM_groups_agents_sync) === false) {
|
||||||
@ -3958,7 +3958,7 @@ function config_process_config()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['ITSM_groups_agents_sync'])) {
|
if (!isset($config['ITSM_groups_agents_sync'])) {
|
||||||
config_update_value('ITSM_groups_agents_sync', null);
|
config_update_value('ITSM_groups_agents_sync', '');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Module Library.
|
// Module Library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user