--- edit_term.module.default 2009-10-12 21:27:30.000000000 +0200 +++ edit_term.module 2009-10-12 21:23:22.000000000 +0200 @@ -180,7 +180,8 @@ function edit_term_edit_taxonomy_term($t * Somewhat copied from menu_form_alter() */ function edit_term_form_alter(&$form, $form_state, $form_id) { - if ($form_id == 'taxonomy_form_term') { + if (($form_id == 'taxonomy_form_term') || ($form_id == 'image_gallery_admin_form')) { +//mod by Vin7, taken from Oliver Coleman, see http://drupal.org/node/242102 // When creating, the module has helpfully created a dummy $term for us $term = (object)$form['#term'];