Merge branch 'ent-11111-15539-modulos-web-check-vacios-en-el-agente' into 'develop'
Ent 11111 15539 modulos web check vacios en el agente See merge request artica/pandorafms!5833
This commit is contained in:
commit
e96fda12eb
|
@ -103,6 +103,9 @@ if (isset($id_agent_module) === true && $id_agent_module !== 0) {
|
|||
if ($id_policy_module > 0) {
|
||||
$module = enterprise_hook('policies_get_module', [$id_policy_module]);
|
||||
$plugin_parameter = $module['plugin_parameter'];
|
||||
} else if ($id_agent_module > 0) {
|
||||
$module = modules_get_agentmodule($id_agent_module);
|
||||
$plugin_parameter = $module['plugin_parameter'];
|
||||
} else {
|
||||
$plugin_parameter = '';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue