### Eclipse Workspace Patch 1.0 #P Glowbox Core Index: drupal/sites/all/modules/contrib/hierarchical_select/modules/hs_taxonomy.module =================================================================== --- drupal/sites/all/modules/contrib/hierarchical_select/modules/hs_taxonomy.module (revision 120) +++ drupal/sites/all/modules/contrib/hierarchical_select/modules/hs_taxonomy.module (working copy) @@ -545,7 +545,7 @@ // Generate the per-vid "save-lineage-termpath" tokens. foreach ($all_vids as $vid) { $terms = array(); - if (in_array($vid, $hs_vids)) { + if (in_array($vid, $hs_vids) && isset($node->taxonomy[$vid])) { $selection = $node->taxonomy[$vid]; $terms = _hs_taxonomy_token_termpath_for_vid($selection, $vid); }