this should be set to $res
This commit is contained in:
parent
56e5348470
commit
5d5b1d7059
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user