This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/www.xfce.org.

commit 251050810298c02489a973b8fb91c100b2a12a17
Author: Pasi Lallinaho <p...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to