Fix variable assignment issue

This commit is contained in:
Neil Lathwood
2014-12-18 21:50:26 +00:00
parent ef28a9fe03
commit 45e3323f38

View File

@@ -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']);