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

This commit is contained in:
Jan-Christoph Borchardt 2011-08-29 17:09:22 +02:00
parent 281b2187ab
commit efa3085073
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class OC_Files {
header("HTTP/1.0 403 Forbidden"); header("HTTP/1.0 403 Forbidden");
die('403 Forbidden'); die('403 Forbidden');
} }
ob_end_clean(); @ob_end_clean();
if($zip){ if($zip){
readfile($filename); readfile($filename);
unlink($filename); unlink($filename);