diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index ebc75c5e91..2bab6ca0e9 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -1229,7 +1229,7 @@ function events_get_group_events ($id_group, $period, $date, AND utimestamp <= %d ', implode (",", $id_group), $datelimit, $date); - return events_get_events_grouped(($sql_where, 0, 1000, $meta, + return events_get_events_grouped($sql_where, 0, 1000, $meta, false, false, $history); }