1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

do automatic gzcdecode on feed data

This commit is contained in:
Andrew Dolgov
2013-04-18 09:15:55 +04:00
parent 73663db316
commit aea03558bb

View File

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