Commit 9bcc254ef93d9a67683d24a405371f4746a00eb5

Authored by Adhidarma Hadiwinoto
1 parent ae4a71b860
Exists in master

fix typos

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

sinkronisasi_import.php
... ... @@ -7,8 +7,7 @@ if (function_exists('drush_main')) {
7 7  
8 8 $vocabulary = taxonomy_vocabulary_machine_name_load($machine_name);
9 9  
10   - delete_all_terms_by_vid($vodabulary->vid);
11   -
  10 + delete_all_terms_by_vid($vocabulary->vid);
12 11  
13 12 $data = file_get_contents("adhisimon/sinkronisasi-drupal/$machine_name.txt");
14 13 $terms = unserialize($data);