Commit d16ab8a958e6f26002565067722bdeeb448e5234

Authored by Adhidarma Hadiwinoto
1 parent 39dd80d375
Exists in master

parent_term->tid

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sinkronisasi.include.php
... ... @@ -189,7 +189,7 @@ function sinkronisasi_pair_with_local_tid($term) {
189 189 function sinkronisasi_pair_with_parent($term) {
190 190 if ($term->_parent) {
191 191 $parent_term = sinkronisasi_get_term_by_field_original_tid($term->_parent);
192   - if ($parent_term)
  192 + if ($parent_term) {
193 193 $term->parent = $parent_term->tid;
194 194 }
195 195 unset($term->_parent);