Fixed bug data in history show

This commit is contained in:
Luis Calvo 2019-06-13 17:36:00 +02:00
parent d14ad39785
commit 33bdb26e80
1 changed files with 1 additions and 0 deletions

View File

@ -2230,6 +2230,7 @@ function modules_get_agentmodule_data(
'module_name' => $values[$key]['module_name'],
'agent_id' => $values[$key]['agent_id'],
'agent_name' => $values[$key]['agent_name'],
'module_type' => $values[$key]['module_type'],
];
}