Update xml_cdr_statistics.php (#3190)

This commit is contained in:
AlexanderDCrane
2018-06-13 17:31:21 -06:00
committed by FusionPBX
parent 5f1a22c712
commit b337b377c8

View File

@@ -99,7 +99,7 @@
$search_url .= '&billsec='.escape($_GET['billsec']);
}
if (strlen($_GET['hangup_cause']) > 0) {
$search_url .= '&hangup_cause='.escape$_GET['hangup_cause']);
$search_url .= '&hangup_cause='.escape($_GET['hangup_cause']);
}
if (strlen($_GET['uuid']) > 0) {
$search_url .= '&uuid='.escape($_GET['uuid']);