]> git.wh0rd.org - tt-rss.git/commitdiff
Revert "do automatic gzcdecode on feed data"
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 18 Apr 2013 07:19:25 +0000 (11:19 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 18 Apr 2013 07:19:25 +0000 (11:19 +0400)
This reverts commit aea03558bb7c0ac0015a1f1e41c5f5eb1722132e.

include/rssfuncs.php

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