--- simplefeed_item.module.old	2008-02-05 10:39:29.000000000 -0500
+++ simplefeed_item.module	2008-02-05 10:38:55.000000000 -0500
@@ -358,7 +358,7 @@ function simplefeed_item_feed_parse($pro
     This cache uses a combination of LAST-MODIFIED and ETAG headers, and other intelligent methods to only grab changed feeds.
   */
 
-	$feed->set_cache_location($_SERVER['DOCUMENT_ROOT'] . base_path() . $cache_path);
+        $feed->set_cache_location($cache_path);
   $feed->set_feed_url($process_feed->url);
   $feed->set_timeout(15);
   // prevent SimplePie from using all of it's data santization since we use Drupal's input formats to handle this
