2012-10-11 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_agents.php: fixed the order of vars in the asignation into the code of function "agents_get_modules". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7070 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8d46ff6ccf
commit
16a8340e1d
|
@ -1,3 +1,8 @@
|
|||
2012-10-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_agents.php: fixed the order of vars in the
|
||||
asignation into the code of function "agents_get_modules".
|
||||
|
||||
2012-10-11 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/functions_graph.php,
|
||||
|
|
|
@ -1101,7 +1101,7 @@ function agents_get_modules ($id_agent = null, $details = false, $filter = false
|
|||
if (empty($userGroups)) {
|
||||
return array();
|
||||
}
|
||||
$id_userGroups = $id_groups = array_keys($groups);
|
||||
$id_userGroups = $id_groups = array_keys($userGroups);
|
||||
|
||||
// =================================================================
|
||||
// When there is not a agent id. Get a agents of groups that the
|
||||
|
|
Loading…
Reference in New Issue