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