mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed group view on metaconsole (typo)
This commit is contained in:
parent
0757d2ed56
commit
5c57ee34a7
@ -807,7 +807,7 @@ function group_view_get_cache_stats ($list, $list_groups, $user_groups_ids) {
|
|||||||
// Change the metaconsole tables
|
// Change the metaconsole tables
|
||||||
if (is_metaconsole()) {
|
if (is_metaconsole()) {
|
||||||
$table_agent = 'tmetaconsole_agent';
|
$table_agent = 'tmetaconsole_agent';
|
||||||
$table_secondary = 'tmetaconsole_secondary_group';
|
$table_secondary = 'tmetaconsole_agent_secondary_group';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Walk for each group
|
// Walk for each group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user