]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/cache_starred_images/init.php
discard gzipped buffer in cache starred image sender method
[tt-rss.git] / plugins / cache_starred_images / init.php
index f721b38927605612c91292959fd2c89e02180c1e..6e62bde768edcb64cb0654c4d75bdf266c87218f 100644 (file)
@@ -39,6 +39,8 @@ class Cache_Starred_Images extends Plugin {
        }
 
        function image() {
+               ob_end_clean();
+
                $hash = basename($_REQUEST["hash"]);
 
                if ($hash) {