Update devices.php

This commit is contained in:
FusionPBX
2019-11-20 15:15:11 -07:00
committed by GitHub
parent c79271ce3d
commit e5c04b3356

View File

@@ -50,7 +50,7 @@
}
//get the search
$search = strtolower($_GET["search"]);
$search = strtolower($_REQUEST["search"]);
//toggle the devices
if (permission_exists('device_edit')) {