mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
Update devices.php
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
}
|
||||
|
||||
//get the search
|
||||
$search = strtolower($_GET["search"]);
|
||||
$search = strtolower($_REQUEST["search"]);
|
||||
|
||||
//toggle the devices
|
||||
if (permission_exists('device_edit')) {
|
||||
|
||||
Reference in New Issue
Block a user