another switch of type and ttype
This commit is contained in:
parent
bf438f67e1
commit
c1a24d44a3
@ -1183,7 +1183,7 @@ function encode_item_terms($terms,$mirror = false) {
|
|||||||
if($terms) {
|
if($terms) {
|
||||||
foreach($terms as $term) {
|
foreach($terms as $term) {
|
||||||
if(in_array($term['ttype'],$allowed_export_terms))
|
if(in_array($term['ttype'],$allowed_export_terms))
|
||||||
$ret[] = array('tag' => $term['term'], 'url' => $term['url'], 'type' => termtype($term['type']));
|
$ret[] = array('tag' => $term['term'], 'url' => $term['url'], 'type' => termtype($term['ttype']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user