diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-10-05 20:28:26 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-10-05 20:28:26 +0400 |
| commit | ae3851b1b5c569fb0b626237731b23376ef1bbf5 (patch) | |
| tree | c8146af300c5b7f44946397a3236be1e2b507658 /plugins | |
| parent | 84c53d0e1dba8633fe9fc8ba2d46bb3e3c096173 (diff) | |
discard gzipped buffer in cache starred image sender method
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/cache_starred_images/init.php | 2 |
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) { |