diff --git a/app/fax/fax_logs.php b/app/fax/fax_logs.php index f9685f6274..0aa42afab0 100755 --- a/app/fax/fax_logs.php +++ b/app/fax/fax_logs.php @@ -21,7 +21,7 @@ else { //get the fax_uuid if (count($_GET) > 0) { - $fax_uuid = check_str($_GET["fax_uuid"]); + $fax_uuid = check_str($_GET["id"]); } //additional includes