]> git.wh0rd.org - tt-rss.git/commitdiff
discard gzipped buffer in cache starred image sender method
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 5 Oct 2013 16:28:26 +0000 (20:28 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 5 Oct 2013 16:28:26 +0000 (20:28 +0400)
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) {