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')) {