bugfixe : index on advanced search tree was wrong, wasn't tid
This commit is contained in:
parent
6b3f29142b
commit
ab1e9ae0ff
@ -849,7 +849,7 @@ function materio_serach_api_get_advancedsearch_tree(){
|
||||
|| $child2->field_used_on_advanced_search['und'][0]['value'] == 0)
|
||||
continue;
|
||||
|
||||
$as_tree[$vid][$term->tid]['children'][$child->tid]['children'][] = array('tid'=>$child2->tid,'name'=>$child2->name);
|
||||
$as_tree[$vid][$term->tid]['children'][$child->tid]['children'][$child2->tid] = array('tid'=>$child2->tid,'name'=>$child2->name);
|
||||
}
|
||||
|
||||
if(isset($as_tree[$vid][$term->tid]['children'][$child->tid]['children']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user