From: Andrew Dolgov Date: Thu, 18 Apr 2013 05:15:55 +0000 (+0400) Subject: do automatic gzcdecode on feed data X-Git-Tag: 1.7.9~25^2~150 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=aea03558bb7c0ac0015a1f1e41c5f5eb1722132e;p=tt-rss.git do automatic gzcdecode on feed data --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 537a4c33..d4b6e26e 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -308,6 +308,8 @@ _debug("update_rss_feed: fetch done."); } + $feed_data = gzdecode($feed_data); + } if (!$feed_data) {