discard gzipped buffer in cache starred image sender method
This commit is contained in:
parent
84c53d0e1d
commit
ae3851b1b5
|
@ -39,6 +39,8 @@ class Cache_Starred_Images extends Plugin {
|
|||
}
|
||||
|
||||
function image() {
|
||||
ob_end_clean();
|
||||
|
||||
$hash = basename($_REQUEST["hash"]);
|
||||
|
||||
if ($hash) {
|
||||
|
|
Loading…
Reference in New Issue