diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-10-26 00:05:49 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-10-26 00:05:49 +0400 |
| commit | a19d77222d0cbbe667b6b72baf1658d8af170234 (patch) | |
| tree | fdae394489b0cb6dadc063a70061a198c2c122c8 /functions.php | |
| parent | f08acd89217124195d49264b12fbb6d9ebd4bd9c (diff) | |
simplepie: use force_feed
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 1776d2dbb..ae73298ef 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) { |