--- taxonomy_image.module.OLD	2010-05-03 21:50:09.000000000 +1000
+++ taxonomy_image.module	2010-11-04 16:36:17.261389831 +1100
@@ -241,7 +241,7 @@ function taxonomy_image_get_object($tid,
 
     // Not cached, so go build it.
     if ($image[$tid] = db_fetch_object(db_query('SELECT i.path, d.name, d.description FROM {term_image} i INNER JOIN {term_data} d USING(tid) WHERE i.tid=%d', $tid))) {
-      $image[$tid]->url = file_create_url($mypath . $image[$tid]->path);
+      $image[$tid]->url = file_create_url($fullpath . $image[$tid]->path);
     }
     elseif ($recursive) {
       // Walk up the taxonomy hierarchy and look for an image.
