do automatic gzcdecode on feed data

master
Andrew Dolgov 12 years ago
parent 73663db316
commit aea03558bb

@ -308,6 +308,8 @@
_debug("update_rss_feed: fetch done.");
}
$feed_data = gzdecode($feed_data);
}
if (!$feed_data) {

Loading…
Cancel
Save