From 45e3323f389225bc8ae19086d77615621c13a56a Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Thu, 18 Dec 2014 21:50:26 +0000 Subject: [PATCH] Fix variable assignment issue --- html/ajax_rulesuggest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_rulesuggest.php b/html/ajax_rulesuggest.php index f5aa0d55c..7abd574e1 100644 --- a/html/ajax_rulesuggest.php +++ b/html/ajax_rulesuggest.php @@ -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']);