discard gzipped buffer in cache starred image sender method

This commit is contained in:
Andrew Dolgov 2013-10-05 20:28:26 +04:00
parent 84c53d0e1d
commit ae3851b1b5
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ class Cache_Starred_Images extends Plugin {
}
function image() {
ob_end_clean();
$hash = basename($_REQUEST["hash"]);
if ($hash) {