]> git.wh0rd.org - tt-rss.git/commitdiff
do automatic gzcdecode on feed data
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 18 Apr 2013 05:15:55 +0000 (09:15 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 18 Apr 2013 05:15:55 +0000 (09:15 +0400)
include/rssfuncs.php

index 537a4c338c54598bac4f4793a1d03a9c27b2a1e3..d4b6e26eab78751ec9cb63632530e13c4b512224 100644 (file)
                                        _debug("update_rss_feed: fetch done.");
                                }
 
+                               $feed_data = gzdecode($feed_data);
+
                        }
 
                        if (!$feed_data) {