Update devices.php
This commit is contained in:
parent
a4d5f00324
commit
13bf2cc6ae
|
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
|
||||
//get the search
|
||||
$search = strtolower($_GET["search"]);
|
||||
$search = strtolower($_REQUEST["search"]);
|
||||
|
||||
//toggle the devices
|
||||
if (permission_exists('device_edit')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue