diff --git taxonomy_manager.admin.inc taxonomy_manager.admin.inc index 412f379..cdc74e0 100644 --- taxonomy_manager.admin.inc +++ taxonomy_manager.admin.inc @@ -802,7 +802,8 @@ function taxonomy_manager_update_term_data_form($vid, $tid, $ahah = FALSE, $prin //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_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);*/