Merge branch 'ent-6896-error-ACL-command-snapshot' into 'develop'
Fixed module id on snapshot view See merge request artica/pandorafms!3746
This commit is contained in:
commit
6faa827bfa
|
@ -2359,7 +2359,7 @@ function modules_get_agentmodule_data_for_humans($module)
|
||||||
} else {
|
} else {
|
||||||
$salida = ui_print_module_string_value(
|
$salida = ui_print_module_string_value(
|
||||||
$module['datos'],
|
$module['datos'],
|
||||||
$module['id'],
|
empty($module['id']) ? $module['id_agente_modulo'] : $module['id'],
|
||||||
$module['current_interval'],
|
$module['current_interval'],
|
||||||
$module['module_name'],
|
$module['module_name'],
|
||||||
$module['serverID'] ? $module['serverID'] : 0
|
$module['serverID'] ? $module['serverID'] : 0
|
||||||
|
|
Loading…
Reference in New Issue