Index: imagecache.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.module,v
retrieving revision 1.91
diff -u -r1.91 imagecache.module
--- imagecache.module	29 Oct 2008 21:23:59 -0000	1.91
+++ imagecache.module	30 Oct 2008 09:21:51 -0000
@@ -628,7 +628,7 @@
         return imagecache_create_path($presetname, $item['filepath']);
 
       default:
-        return  theme('imagecache', $presetname, $item['filepath'], $item['data']['alt'], $item['data']['title']);
+        return  theme('imagecache', $presetname, $item['filepath'], $item['data']['alt'], $item['data']['title'], array('class' => $class));
     }
   }
   return '<!-- imagecache formatter preset('. $presetname .') not found! -->';

