bug fixe
This commit is contained in:
@@ -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])){
|
||||||
|
Reference in New Issue
Block a user