mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fixed picture preview broken for some, thanks to Felix on Shapado
This commit is contained in:
parent
281b2187ab
commit
efa3085073
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue