Index: wysiwyg_imageupload.ajax.inc
===================================================================
--- wysiwyg_imageupload.ajax.inc	(revision 29)
+++ wysiwyg_imageupload.ajax.inc	(revision 69)
@@ -79,7 +79,7 @@
   $title = check_plain($title);
   $filepath = cache_get($cacheID,'cache');
   $GLOBALS['devel_shutdown'] = FALSE;
-  $output = theme('imagecache',$preset,$filepath->data, $filepath->data,$title);
+  $output = theme('imagecache', $preset, $filepath->data, $filepath->data, $title, NULL, TRUE, FALSE);
   print $output;
   exit;
 }
