Commit ed042b9a8c2de3c5770bb065ca26fb73d5de089b
1 parent
888bed490e
Exists in
master
debug
Showing 2 changed files with 2 additions and 1 deletions Side-by-side Diff
sinkronisasi.include.php
... | ... | @@ -120,6 +120,8 @@ function sinkronisasi_taxonomy_term_normalization($term) { |
120 | 120 | function sinkronisasi_fix_vid($term) { |
121 | 121 | $vocabulary = taxonomy_vocabulary_machine_name_load($term->vocabulary_machine_name); |
122 | 122 | if (!$vocabulary) { |
123 | + var_dump($term); | |
124 | + echo "\n"; | |
123 | 125 | drush_die("CD231A vocabulary not found!"); |
124 | 126 | } |
125 | 127 |