Index: taxonomy_manager.admin.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_manager/Attic/taxonomy_manager.admin.inc,v retrieving revision 1.1.2.17.2.33 diff -u -p -r1.1.2.17.2.33 taxonomy_manager.admin.inc --- taxonomy_manager.admin.inc 31 Jan 2010 17:47:27 -0000 1.1.2.17.2.33 +++ taxonomy_manager.admin.inc 16 Feb 2011 19:28:58 -0000 @@ -798,16 +798,17 @@ function taxonomy_manager_update_term_da drupal_goto('admin/content/taxonomy_manager/voc/'. $vid .'/'. $tid); } $GLOBALS['devel_shutdown'] = FALSE; //prevent devel queries footprint - + $params = $_GET; - + //actually we don not need do use the caching because the saving only happens through a AJAX callback //and it's a bit faster, cache loading, form building and cache saving needs some time else. /*$form_state = array('submitted' => FALSE); $form = form_get_cache($params['form_build_id'], $form_state); unset($form['term_data']); $form = form_builder($param['form_id'], $form, $form_state);*/ - + $form_state = array(); + $term_form = taxonomy_manager_form_term_data($tid); $term_form['term_data']['save'] = array( '#type' => 'submit',