summaryrefslogtreecommitdiff
path: root/plugins/cache_starred_images
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-05 20:28:26 +0400
committerAndrew Dolgov <[email protected]>2013-10-05 20:28:26 +0400
commitae3851b1b5c569fb0b626237731b23376ef1bbf5 (patch)
treec8146af300c5b7f44946397a3236be1e2b507658 /plugins/cache_starred_images
parent84c53d0e1dba8633fe9fc8ba2d46bb3e3c096173 (diff)
discard gzipped buffer in cache starred image sender method
Diffstat (limited to 'plugins/cache_starred_images')
-rw-r--r--plugins/cache_starred_images/init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/cache_starred_images/init.php b/plugins/cache_starred_images/init.php
index f721b3892..6e62bde76 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) {