this should be set to $res
This commit is contained in:
parent
56e5348470
commit
5d5b1d7059
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class AutoComplete extends Extension {
|
|||
}
|
||||
|
||||
$res = null;
|
||||
$database->cache->get($cache_key);
|
||||
$res = $database->cache->get($cache_key);
|
||||
if(!$res) {
|
||||
$res = $database->get_pairs("
|
||||
SELECT tag, count
|
||||
|
|
Reference in a new issue