Index: inline.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/inline/inline.theme.inc,v
retrieving revision 1.2
diff -u -p -r1.2 inline.theme.inc
--- inline.theme.inc	17 Aug 2008 14:43:39 -0000	1.2
+++ inline.theme.inc	22 Dec 2008 21:03:26 -0000
@@ -47,7 +47,8 @@ function theme_inline_img($file, $field)
       'class' => 'inline-image-link',
       'title' => t("View") .': '. $title,
     );
-    $html = l($image, $file->filepath, array('attributes' => $attributes, 'html' => TRUE));
+    global $base_url;
+    $html = l($image, $base_url .'/'. $file->filepath, array('attributes' => $attributes, 'html' => TRUE));
   }
   else {
     $html = $image;
