Update devices.php

This commit is contained in:
FusionPBX 2019-11-20 15:15:11 -07:00 committed by GitHub
parent a4d5f00324
commit 13bf2cc6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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