mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix variable assignment issue
This commit is contained in:
@@ -56,7 +56,7 @@ function levsort($base, $obj) {
|
||||
|
||||
$obj = array(array('name'=>'Error: No suggestions found.'));
|
||||
$term = array();
|
||||
$current == false;
|
||||
$current = false;
|
||||
if( isset($_GET['term'],$_GET['device_id']) ) {
|
||||
$chk = array();
|
||||
$_GET['term'] = mres($_GET['term']);
|
||||
|
||||
Reference in New Issue
Block a user