Skip to content
Snippets Groups Projects
Commit efa30850 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fixed picture preview broken for some, thanks to Felix on Shapado

parent 281b2187
Branches
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ class OC_Files {
header("HTTP/1.0 403 Forbidden");
die('403 Forbidden');
}
ob_end_clean();
@ob_end_clean();
if($zip){
readfile($filename);
unlink($filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment