From 18902a2e1c932450886b121683411542fe30da3a Mon Sep 17 00:00:00 2001 From: Joe White Date: Wed, 19 Feb 2020 16:25:13 -0500 Subject: [PATCH] Update html/controllers/report_builder/download_report.php Co-Authored-By: Jeffrey T. Palmer --- html/controllers/report_builder/download_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/controllers/report_builder/download_report.php b/html/controllers/report_builder/download_report.php index 98850ca632..9d221d2f17 100644 --- a/html/controllers/report_builder/download_report.php +++ b/html/controllers/report_builder/download_report.php @@ -22,7 +22,7 @@ $get = filter_input_array(INPUT_GET, $filters); - if (XDReportManager::isValidFormat($get['format']) == false) { + if (!XDReportManager::isValidFormat($get['format'])) { print "Invalid format specified"; exit; }