Update ajax_rulesuggest.php

This commit is contained in:
pblasquez
2016-02-04 18:18:40 -08:00
parent d62ad2eb02
commit 1b4dfd2fc6

View File

@@ -62,7 +62,7 @@ function levsort($base, $obj) {
}
header('Content-type: application/json');
$obj = array(array('name' => 'Error: No suggestions found.'));
$term = array();
$current = false;