bug fixe
This commit is contained in:
parent
73993a539b
commit
cc653b73be
@ -136,8 +136,9 @@ function materio_taxonomy_fr2en($op){
|
||||
return;
|
||||
}
|
||||
|
||||
$tags = taxonomy_get_tree(4); // get term list from vocabulary
|
||||
$operations = [];
|
||||
// get term list from vocabulary
|
||||
$tags = taxonomy_get_tree(4);
|
||||
$operations = array();
|
||||
foreach ($tags as $tid => $t) {
|
||||
if($t->name){
|
||||
if(isset($data[$t->name])){
|
||||
|
Loading…
x
Reference in New Issue
Block a user