---
 library/SimplePie.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/library/SimplePie.php
+++ b/library/SimplePie.php
@@ -537,7 +537,7 @@ class SimplePie
 	 * @see SimplePie::set_cache_location()
 	 * @access private
 	 */
-	public $cache_location = './cache';
+	public $cache_location = '/var/cache/simplepie';
 
 	/**
 	 * @var string Function that creates the cache filename
@@ -910,7 +910,7 @@ class SimplePie
 	 *
 	 * @param string $location The file system location.
 	 */
-	public function set_cache_location($location = './cache')
+	public function set_cache_location($location = '/var/cache/simplepie')
 	{
 		$this->cache_location = (string) $location;
 	}
