From: Andrew Dolgov Date: Sat, 5 Oct 2013 16:28:26 +0000 (+0400) Subject: discard gzipped buffer in cache starred image sender method X-Git-Tag: 1.11~49 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ae3851b1b5c569fb0b626237731b23376ef1bbf5;p=tt-rss.git discard gzipped buffer in cache starred image sender method --- diff --git a/plugins/cache_starred_images/init.php b/plugins/cache_starred_images/init.php index f721b389..6e62bde7 100644 --- a/plugins/cache_starred_images/init.php +++ b/plugins/cache_starred_images/init.php @@ -39,6 +39,8 @@ class Cache_Starred_Images extends Plugin { } function image() { + ob_end_clean(); + $hash = basename($_REQUEST["hash"]); if ($hash) {