[Xfce4-commits] [www/www.xfce.org] 14/29: Move the cache directory to root
noreply at xfce.org
noreply at xfce.org
Sun May 21 22:00:56 CEST 2017
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit 251050810298c02489a973b8fb91c100b2a12a17
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Thu May 18 20:09:34 2017 +0300
Move the cache directory to root
---
pages/frontpage.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/frontpage.php b/pages/frontpage.php
index 6c5dba1..c827ca2 100644
--- a/pages/frontpage.php
+++ b/pages/frontpage.php
@@ -110,7 +110,7 @@ $head['css'] = '@media screen and (max-width:830px) {
require_once('lib/simplepie/autoloader.php');
$feed = new SimplePie();
$feed->set_feed_url(array('https://blog.xfce.org/feed/'));
- $feed->set_cache_location('lib/simplepie/cache');
+ $feed->set_cache_location('cache');
$feed->init();
$feed->handle_content_type();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list