Index: taxonomy_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_image/taxonomy_image.module,v
retrieving revision 1.12.4.13.2.39
diff -u -r1.12.4.13.2.39 taxonomy_image.module
--- taxonomy_image.module	14 Mar 2009 14:47:43 -0000	1.12.4.13.2.39
+++ taxonomy_image.module	16 Mar 2009 01:00:15 -0000
@@ -57,6 +57,7 @@
 
       // Build the link title based on admin choice.
       // Note: translation must be done here because the cache needs to be language-neutral.
+      $term = taxonomy_get_term($tid);
       if ($current->description && !variable_get('taxonomy_image_link_title', 0)) {
         $current->title = taxonomy_image_tt("taxonomy:term:$term->tid:description", $term->description);
       }

