Loading taxonomy_term_locks.module +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ function taxonomy_term_locks_form_taxonomy_overview_terms_alter(&$form, FormStat foreach ($terms as $index => $term) { // If the index has a tid in it, then perform the check. if (str_contains($index, 'tid')) { if (str_contains($index, 'tid') && isset($term['term']['tid']['#value'])) { // Get the tid from the form. $tid = $term['term']['tid']['#value']; Loading Loading
taxonomy_term_locks.module +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ function taxonomy_term_locks_form_taxonomy_overview_terms_alter(&$form, FormStat foreach ($terms as $index => $term) { // If the index has a tid in it, then perform the check. if (str_contains($index, 'tid')) { if (str_contains($index, 'tid') && isset($term['term']['tid']['#value'])) { // Get the tid from the form. $tid = $term['term']['tid']['#value']; Loading