mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
fixed minor error no agents group view
This commit is contained in:
parent
5e9fda93d9
commit
3d3670f6f9
@ -34,6 +34,10 @@ function groupview_plain_groups($groups) {
|
||||
}
|
||||
|
||||
function groupview_get_modules_counters($groups_ids = false) {
|
||||
if(empty($groups_ids)){
|
||||
return array();
|
||||
}
|
||||
|
||||
$groups_ids = implode(',', $groups_ids);
|
||||
$table = is_metaconsole() ? 'tmetaconsole_agent' : 'tagente';
|
||||
$table_sec = is_metaconsole()
|
||||
|
Loading…
x
Reference in New Issue
Block a user