From: Andrew Dolgov Date: Tue, 25 Oct 2011 20:05:49 +0000 (+0400) Subject: simplepie: use force_feed X-Git-Tag: 1.5.7~54 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a19d77222d0cbbe667b6b72baf1658d8af170234;p=tt-rss.git simplepie: use force_feed --- diff --git a/functions.php b/functions.php index 1776d2db..ae73298e 100644 --- a/functions.php +++ b/functions.php @@ -646,6 +646,7 @@ # $rss->set_timeout(10); $rss->set_feed_url($fetch_url); $rss->set_output_encoding('UTF-8'); + $rss->force_feed(true); if (SIMPLEPIE_CACHE_IMAGES && $cache_images) {