289c289 < $path = variable_get('image_default_path', 'images') .'/temp'; --- > $path = file_directory_temp(); 847c847 < $temp_path = rtrim($image_path, '/') .'/temp'; --- > $temp_path = file_directory_temp(); 936c936 < $path .= 'temp/'; --- > $path = file_directory_temp() . '/';