Index: image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/image.module,v
retrieving revision 1.261
diff -u -p -r1.261 image.module
--- image.module	6 Jan 2008 22:15:24 -0000	1.261
+++ image.module	12 Jan 2008 01:38:52 -0000
@@ -887,7 +887,7 @@ function image_get_latest($count = 1, $t
  */
 function _image_check_settings() {
   // File paths
-  $image_path = file_create_path(variable_get('image_default_path', 'images'));
+  $image_path = file_create_path(file_directory_path() .'/'. variable_get('image_default_path', 'images'));
   $temp_path = rtrim($image_path, '/') .'/temp';
 
   if (!file_check_directory($image_path, FILE_CREATE_DIRECTORY, 'image_default_path')) {
