]> git.wh0rd.org - tt-rss.git/commitdiff
simplepie: use force_feed
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Oct 2011 20:05:49 +0000 (00:05 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Oct 2011 20:05:49 +0000 (00:05 +0400)
functions.php

index 1776d2dbb956c75aa73a2fceba345a8595656890..ae73298eff52fee5ff5fd144c722d35927670bdf 100644 (file)
        #                       $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) {