simplepie: use force_feed
This commit is contained in:
parent
f08acd8921
commit
a19d77222d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue