summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-10-26 00:05:49 +0400
committerAndrew Dolgov <[email protected]>2011-10-26 00:05:49 +0400
commita19d77222d0cbbe667b6b72baf1658d8af170234 (patch)
treefdae394489b0cb6dadc063a70061a198c2c122c8 /functions.php
parentf08acd89217124195d49264b12fbb6d9ebd4bd9c (diff)
simplepie: use force_feed
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
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) {