Fixed function report_value in reports

This commit is contained in:
samucarc 2018-11-20 14:16:25 +01:00
parent 5ac947c2fd
commit 80b39782e4
1 changed files with 1 additions and 1 deletions

View File

@ -3774,7 +3774,7 @@ function reporting_agent_configuration($report, $content) {
return reporting_check_structure_content($return);
}
function reporting_value($report, $content, $type,$pdf) {
function reporting_value($report, $content, $type,$pdf=false) {
global $config;
$return = array();