diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index ef3d734286..a5e76eabf3 100755 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -179,7 +179,7 @@ function reporting_make_reporting_data( $report['group_name'] = groups_get_name($report['id_group']); $report['contents'] = []; - if (empty($report['period']) && $pdf === false) { + if (empty($report['period'])) { $report['period'] = $period; }