Merge branch '3114_Error_en_reportes_de_tipo_ITIL_y_tipo_Modulo' into 'develop'

Fixed function report_value in reports

See merge request artica/pandorafms!1998

Former-commit-id: 6456c469f1e94ccaf49a0272f0f76e30b0ee6f0f
This commit is contained in:
vgilc 2018-12-21 10:28:52 +01:00
commit 2d00336682
1 changed files with 1 additions and 1 deletions

View File

@ -3823,7 +3823,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();