Added minor fix

This commit is contained in:
Arturo Gonzalez 2017-10-17 13:44:36 +02:00
parent db11068838
commit 504201b822
1 changed files with 1 additions and 0 deletions

View File

@ -1811,6 +1811,7 @@ function networkmap_get_new_nodes_from_ip_mask($ip_mask,
function modules_get_all_interfaces($id_agent) {
$return = array();
$fields = $fields_param;
$modules = db_get_all_rows_filter('tagente_modulo',
array('id_agente' => $id_agent));