From cf22f2e2792103feaa415657ec8ebc3a81d53104 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 9 Sep 2014 17:00:22 +0000 Subject: [PATCH] Change GET fax_uuid to id --- app/fax/fax_logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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