diff --git a/pandora_console/include/class/Tree.class.php b/pandora_console/include/class/Tree.class.php index 037cc363dd..10f6855422 100644 --- a/pandora_console/include/class/Tree.class.php +++ b/pandora_console/include/class/Tree.class.php @@ -2830,6 +2830,8 @@ class Tree { global $config; static $group_stats = false; # Do not use the group stat cache when using tags or real time group stats. + return $this->getCounters($group_id); + // FIXME: AVOID TO REACH CACHE if ($config['realtimestats'] == 1 || (isset($this->userGroups[$group_id]['tags']) && $this->userGroups[$group_id]['tags'] != "") || !empty($this->filter['searchAgent']) ) { diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 400a2b138f..c15c673478 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -109,7 +109,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES ('custom_report_front_logo', 'images/pandora_logo_white.jpg'), ('custom_report_front_header', ''), ('custom_report_front_footer', ''), -('MR', 13), +('MR', 14), ('identification_reminder', 1), ('identification_reminder_timestamp', 0), ('current_package_enterprise', '721'),