From 13bf2cc6aecae6e8c5586961e9a4db70518cef8a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 20 Nov 2019 15:15:11 -0700 Subject: [PATCH] Update devices.php --- app/devices/devices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/devices.php b/app/devices/devices.php index f77b5ee7dc..a8c10add3a 100644 --- a/app/devices/devices.php +++ b/app/devices/devices.php @@ -50,7 +50,7 @@ } //get the search - $search = strtolower($_GET["search"]); + $search = strtolower($_REQUEST["search"]); //toggle the devices if (permission_exists('device_edit')) {