--- imagecache.module.orig	Wed Oct 17 16:34:54 2007
+++ imagecache.module	Wed Oct 17 16:36:02 2007
@@ -168,6 +168,8 @@
     exit;
   }
   $src = file_create_path($path);
+  $src = $src?$src:$path;
+  
   if (!is_file($src)) {
     // if there is a 404 image uploaded for the preset display it.
     $notfoundpath = file_create_path('imagecache/'. $preset .'.404.png');
