mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed agent/modules report. Ticket #4183
This commit is contained in:
parent
528a2bc957
commit
daa89a114a
@ -513,7 +513,7 @@ switch ($action) {
|
|||||||
case 'agent_module':
|
case 'agent_module':
|
||||||
$description = $item['description'];
|
$description = $item['description'];
|
||||||
$es = json_decode($item['external_source'], true);
|
$es = json_decode($item['external_source'], true);
|
||||||
$agents_id = get_parameter('id_agents');
|
$agents_id = get_parameter('id_agents2');
|
||||||
|
|
||||||
if ((count($es['module']) == 1) && ($es['module'][0] == 0)) {
|
if ((count($es['module']) == 1) && ($es['module'][0] == 0)) {
|
||||||
$module = "";
|
$module = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user