mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Fixed bug data in history show
This commit is contained in:
parent
d14ad39785
commit
33bdb26e80
@ -2230,6 +2230,7 @@ function modules_get_agentmodule_data(
|
|||||||
'module_name' => $values[$key]['module_name'],
|
'module_name' => $values[$key]['module_name'],
|
||||||
'agent_id' => $values[$key]['agent_id'],
|
'agent_id' => $values[$key]['agent_id'],
|
||||||
'agent_name' => $values[$key]['agent_name'],
|
'agent_name' => $values[$key]['agent_name'],
|
||||||
|
'module_type' => $values[$key]['module_type'],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user