Commit b6fb238514f4858227ee0c235f1c2755e25b0f73
1 parent
8cdeb7ae70
Exists in
master
load parent
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
sinkronisasi.include.php
... | ... | @@ -188,7 +188,7 @@ function sinkronisasi_pair_with_local_tid($term) { |
188 | 188 | |
189 | 189 | function sinkronisasi_pair_with_parent($term) { |
190 | 190 | if ($term->_parent) { |
191 | - $term->parent = $term->_parent; | |
191 | + $term->parent = sinkronisasi_get_term_by_field_original_tid($term->_parent); | |
192 | 192 | unset($term->_parent); |
193 | 193 | } |
194 | 194 |