Index: imagecache.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.module,v retrieving revision 1.68.2.1 diff -u -b -u -p -r1.68.2.1 imagecache.module --- imagecache.module 30 Apr 2008 14:40:52 -0000 1.68.2.1 +++ imagecache.module 4 May 2008 20:52:50 -0000 @@ -188,7 +188,7 @@ function imagecache_action_definition($a */ function imagecache_create_url($presetname, $path) { $path = _imagecache_strip_file_directory($path); - return file_create_url(file_directory_path() .'/imagecache/'. $presetname .'/'. $path); + return url(file_directory_path() .'/imagecache/'. $presetname .'/'. $path); } /**